mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Use x# everywhere
It fixes (by the way) a problem with the cache and arab|hebrew when sometimes it's detected as RTL.
This commit is contained in:
parent
2cc4760ee5
commit
f685f8fd27
@ -2835,7 +2835,7 @@ CEvent::DrawButtons ()
|
||||
DrawText (m_pPixmap, pos, text);
|
||||
|
||||
if (!g_bFullScreen)
|
||||
snprintf (res, sizeof (res), "%dx", g_zoom);
|
||||
snprintf (res, sizeof (res), "x%d", g_zoom);
|
||||
else
|
||||
snprintf (
|
||||
res, sizeof (res), "%s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user