From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 30 Aug 2013 23:48:45 +0000 (+0200)
Subject: Remove debugging code that prohibited the game from starting.
X-Git-Tag: tce~992
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/new_day?a=commitdiff_plain;h=4fced4fa812ae11467fdf1a3fc99d15468e1f3e2;p=plomrogue

Remove debugging code that prohibited the game from starting.
---

diff --git a/src/main.c b/src/main.c
index 9b75209..27613bf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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()) / "