rnd-20140307-2-src
[rocksndiamonds.git] / src / tape.c
index cebc92890274fa9331dfe881bfcfe97db6d21f06..782db9be781affbca9471a3678b0c198195e056f 100644 (file)
@@ -1471,6 +1471,9 @@ void MapTapeButtons()
 
   if (tape.recording || tape.playing)
     MapTapeWarpButton();
+
+  if (tape.show_game_buttons)
+    MapGameButtons();
 }
 
 void UnmapTapeButtons()