Mercurial > hg > early-roguelike
diff rogue3/init.c @ 1:b4856d4d4c4e
Add -n option and system savedir functionality
author | edwarj4 |
---|---|
date | Wed, 14 Oct 2009 01:32:13 +0000 |
parents | 527e2150eaf0 |
children | e551d384f7c6 |
line wrap: on
line diff
--- a/rogue3/init.c Tue Oct 13 13:33:34 2009 +0000 +++ b/rogue3/init.c Wed Oct 14 01:32:13 2009 +0000 @@ -20,6 +20,7 @@ int playing = TRUE, running = FALSE, wizard = FALSE; int notify = TRUE, fight_flush = FALSE, terse = FALSE, door_stop = FALSE; int jump = FALSE, slow_invent = FALSE, firstmove = FALSE, askme = FALSE; +int use_savedir = FALSE; int amulet = FALSE; int in_shell = FALSE; struct linked_list *lvl_obj = NULL, *mlist = NULL;