rnd-20061003-1-src
[rocksndiamonds.git] / src / game.c
index d8eb7353a2f2b6b507c949c23c2751ec6bb03ee6..a6e1449d700868daf5494ad911fe74cca9cdd6ba 100644 (file)
@@ -2445,6 +2445,13 @@ void InitGame()
     }
   }
 
+#if 1
+  UnmapAllGadgets();
+
+  MapGameButtons();
+  MapTapeButtons();
+#endif
+
   game.restart_level = FALSE;
 }