rnd-20040918-1-src
[rocksndiamonds.git] / src / game.c
index 423f64d50ed563a88e76b486ccff40a1d130dd7c..cb8a7974bcf2a5f5345cd7b50b22fa6b723c4040 100644 (file)
@@ -2063,13 +2063,7 @@ void InitGame()
   /* !!! FIX THIS (START) !!! */
   if (level.game_engine_type == GAME_ENGINE_TYPE_EM)
   {
-    if (em_main_init_game(level_nr, level.file_info.filename) != 0)
-    {
-      game_status = GAME_MODE_MAIN;
-      DrawMainMenu();
-
-      return;
-    }
+    InitGameEngine_EM();
   }
   else
   {