- fix fullscreen map text position

This commit is contained in:
InspirationByte 2022-01-30 11:59:22 +03:00
parent a0ed9a8b82
commit 2e02105380

View File

@ -1811,7 +1811,7 @@ void DrawFullscreenMap(void)
// print string with special characters representing some images inserted into it
sprintf(str, "\x80 %s \x81 %s \x8a %s", G_LTXT(GTXT_Exit), G_LTXT(GTXT_Rotation), G_LTXT(GTXT_Move));
PrintStringCentred(str, 226);
PrintStringCentred(str, SCREEN_H - 30); // 226
}
// [D] [T]