rnd-19981214-2
[rocksndiamonds.git] / src / screens.c
index c0a3b8c64a93b851a9b24380d3cde2c3786cc0b5..0da69783facb5efcaa718d3191a2a785a44ed3c9 100644 (file)
@@ -58,6 +58,9 @@ void DrawMainMenu()
   int i;
   char *name_text = (!options.network && setup.team_mode ? "Team:" : "Name:");
 
+  /* needed if last screen was the level editor */
+  UnmapLevelEditorControlButtons();
+
   FadeSounds();
   GetPlayerConfig();
   LoadLevel(level_nr);