X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;fp=src%2Fgame.c;h=72af644a3b9f003cffc756c33ed58820d37d2269;hp=932b8c9ea827976f4195656a5277b801e9355031;hb=576a46a06a23264fbc2345cf591a0dbe7fd2a767;hpb=45edbd7477e4684132ff96fa737336539ecc6f4c diff --git a/src/game.c b/src/game.c index 932b8c9e..72af644a 100644 --- a/src/game.c +++ b/src/game.c @@ -16162,7 +16162,7 @@ static void UnmapGameButtonsAtSamePosition(int id) static void UnmapGameButtonsAtSamePosition_All(void) { - if (setup.show_snapshot_buttons) + if (setup.show_load_save_buttons) { UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_SAVE); UnmapGameButtonsAtSamePosition(GAME_CTRL_ID_PAUSE2);