comparison rogue4/extern.c @ 13:63b9fd7d70ce

rogue4: add -n option and system savedir
author edwarj4
date Sat, 31 Oct 2009 01:51:52 +0000
parents 9535a08ddc39
children 7ef854484e08
comparison
equal deleted inserted replaced
12:9535a08ddc39 13:63b9fd7d70ce
30 bool playing = TRUE; /* True until he quits */ 30 bool playing = TRUE; /* True until he quits */
31 bool running = FALSE; /* True if player is running */ 31 bool running = FALSE; /* True if player is running */
32 bool save_msg = TRUE; /* Remember last msg */ 32 bool save_msg = TRUE; /* Remember last msg */
33 bool slow_invent = FALSE; /* Inventory one line at a time */ 33 bool slow_invent = FALSE; /* Inventory one line at a time */
34 bool terse = FALSE; /* True if we should be short */ 34 bool terse = FALSE; /* True if we should be short */
35 bool use_savedir = FALSE; /* True if using system savefile area */
35 #ifdef WIZARD 36 #ifdef WIZARD
36 bool wizard = FALSE; /* True if allows wizard commands */ 37 bool wizard = FALSE; /* True if allows wizard commands */
37 #endif 38 #endif
38 39
39 char take; /* Thing the rogue is taking */ 40 char take; /* Thing the rogue is taking */