fix for the fix

This commit is contained in:
Fabian Greffrath 2023-12-01 08:44:02 +01:00
parent a58f1e26ae
commit 93c49c76f1

View File

@ -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;