X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=8613f9ba7fafb369854cd8b955c38ff1cd99e0ca;hb=ccd6e43aee74f4761139c2cc71d6bfeb0696f26a;hp=6ef7cf4c197a1ca1c79386c5f6260a11793417f8;hpb=3955631c5325e8e342c1af734c3ca1ad6a425726;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index 6ef7cf4c..8613f9ba 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1297,6 +1297,9 @@ void UnmapTapeButtons() for (i = 0; i < NUM_TAPE_BUTTONS; i++) UnmapGadget(tape_gadget[i]); + + if (tape.show_game_buttons) + UnmapGameButtons(); } static void HandleTapeButtonsExt(int id)