X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=782db9be781affbca9471a3678b0c198195e056f;hb=d41504f21368105b5818ccee3b33d5acd739aa6c;hp=cebc92890274fa9331dfe881bfcfe97db6d21f06;hpb=08077278b4277434ebbeb0e828cf45f9ce9ee387;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index cebc9289..782db9be 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1471,6 +1471,9 @@ void MapTapeButtons() if (tape.recording || tape.playing) MapTapeWarpButton(); + + if (tape.show_game_buttons) + MapGameButtons(); } void UnmapTapeButtons()