Mercurial > hg > early-roguelike
comparison arogue5/rogue.c @ 64:a98834ce7e04
arogue5: add the savedir feature.
author | elwin |
---|---|
date | Fri, 10 Aug 2012 05:16:08 +0000 |
parents | 0ed67132cf10 |
children | b27bd9f8c7d0 |
comparison
equal
deleted
inserted
replaced
63:0ed67132cf10 | 64:a98834ce7e04 |
---|---|
112 bool slow_invent = FALSE; | 112 bool slow_invent = FALSE; |
113 bool firstmove = FALSE; | 113 bool firstmove = FALSE; |
114 bool askme = FALSE; | 114 bool askme = FALSE; |
115 bool in_shell = FALSE; | 115 bool in_shell = FALSE; |
116 bool daytime = TRUE; | 116 bool daytime = TRUE; |
117 bool use_savedir = FALSE; | |
117 coord delta; /* Change indicated to get_dir() */ | 118 coord delta; /* Change indicated to get_dir() */ |
118 LEVTYPE levtype; /* type of level i'm on */ | 119 LEVTYPE levtype; /* type of level i'm on */ |
119 | 120 |
120 char *nothing = "Nothing seems to happen."; | 121 char *nothing = "Nothing seems to happen."; |
121 char *spacemsg = "--Press space to continue--"; | 122 char *spacemsg = "--Press space to continue--"; |