mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
fix for the fix
This commit is contained in:
parent
a58f1e26ae
commit
93c49c76f1
@ -487,7 +487,7 @@ static void HU_set_centered_message()
|
||||
d_w[j].x |= d_w[j].h_align << 16;
|
||||
d_w[j].h_align = align_center;
|
||||
}
|
||||
else
|
||||
else if (d_w[j].x & 0xFF0000)
|
||||
{
|
||||
d_w[j].h_align = (d_w[j].x >> 16) & 0xFFFF;
|
||||
d_w[j].x &= 0xFFFF;
|
||||
|
Loading…
x
Reference in New Issue
Block a user