rnd-20040918-1-src
[rocksndiamonds.git] / src / screens.c
index 1ba452fbc249bf0c60b915decf32aa82b22fe6ac..b1b57242660171d5c6df975fa3b35a667699f624 100644 (file)
@@ -2985,11 +2985,7 @@ void HandleGameActions()
     if (tape.recording)
       TapeRecordAction(tape_action);
 
-    if (em_main_handle_game(local_player->effective_action) != 0)
-    {
-      game_status = GAME_MODE_MAIN;
-      DrawMainMenu();
-    }
+    GameActions_EM(local_player->effective_action);
 
     if (TimeFrames >= FRAMES_PER_SECOND)
     {