home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1a7e6c
)
Remove debugging code that prohibited the game from starting.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 30 Aug 2013 23:48:45 +0000
(
01:48
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 30 Aug 2013 23:48:45 +0000
(
01:48
+0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index 9b752090be053bad9b7ae978772d947025543ea5..27613bf450ecf864b59a2b7e236b01e957636d09 100644
(file)
--- 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()) / "