home · contact · privacy
Remove debugging code that prohibited the game from starting.
[plomrogue] / src / main.c
index 9b752090be053bad9b7ae978772d947025543ea5..27613bf450ecf864b59a2b7e236b01e957636d09 100644 (file)
@@ -104,7 +104,6 @@ int main(int argc, char *argv[])
     world.item = 0;
     init_map_object_defs(&world, "config/defs");
     set_cleanup_flag(CLEANUP_MAP_OBJECT_DEFS);
-    exit_err(1, &world, NULL);
 
     /* For interactive mode, try to load world state from savefile. */
     char * err_o = "Trouble loading game (fopen() in main()) / "