X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=877bb16eb3bdd35d0dff071a389a1cdbb95b2746;hb=164e6c72eba4eac8002bd6b334579e78e5010d0f;hp=d1d14a825bc525c7e35fae31c03f0b3fb9267d6b;hpb=969000b44b047ef2d77619bd3882a3f09eb1787d;p=rocksndiamonds.git diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index d1d14a82..877bb16e 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -3077,7 +3077,6 @@ static void DrawTouchInputOverlay() static boolean initialized = FALSE; static boolean deactivated = TRUE; static boolean show_grid = FALSE; - static boolean show_grid_buttons = FALSE; static int width = 0, height = 0; static int alpha_max = SDL_ALPHA_OPAQUE / 2; static int alpha_step = 5; @@ -3108,19 +3107,15 @@ static void DrawTouchInputOverlay() else if (deactivated) show_grid = FALSE; - if (overlay.show_grid_buttons) - show_grid_buttons = TRUE; - else if (deactivated) - show_grid_buttons = FALSE; - if (show_grid) DrawTouchInputOverlay_ShowGrid(alpha); - if (show_grid_buttons) - DrawTouchInputOverlay_ShowGridButtons(alpha); + DrawTouchInputOverlay_ShowGridButtons(alpha); - if (show_grid || show_grid_buttons) - return; + return; + + + // !!! VIRTUAL BUTTONS FROM IMAGE FILE NOT USED ANYMORE !!! if (!initialized) {