added unmapping all game buttons at same position as restart buttons
authorHolger Schemel <info@artsoft.org>
Fri, 21 Feb 2025 21:14:33 +0000 (22:14 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 21 Feb 2025 17:27:59 +0000 (18:27 +0100)
src/game.c

index a3156a1ec49c76ccbdd7f8633a92b58d4e1e2002..42178c7ede6d5260b14c7492bda96f20f965694f 100644 (file)
@@ -17596,10 +17596,12 @@ static void UnmapGameButtonsAtSamePosition_All(void)
     UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_STOP);
     UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_PAUSE);
     UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_PLAY);
+    UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_RESTART);
 
     UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_PANEL_STOP);
     UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_PANEL_PAUSE);
     UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_PANEL_PLAY);
+    UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_PANEL_RESTART);
   }
 }