From: DeaDDooMER Date: Sun, 17 May 2020 14:28:26 +0000 (+0300) Subject: sdl2: fix hack for menus on android X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=66982238c89c417b323194c6b1fffc1dfed33d04 sdl2: fix hack for menus on android --- diff --git a/src/game/sdl2/g_system.pas b/src/game/sdl2/g_system.pas index b37ae0b..8842b67 100644 --- a/src/game/sdl2/g_system.pas +++ b/src/game/sdl2/g_system.pas @@ -124,7 +124,7 @@ implementation e_ResizeWindow(w, h); e_InitGL; g_Game_SetupScreenSize; - {$IFNDEF ANDOIRD} + {$IFNDEF ANDROID} (* This will fix menu reset on keyboard showing *) g_Menu_Reset; {$ENDIF}