arogue5: add the savedir feature.
This commit is contained in:
parent
14fad3b319
commit
38a8534eb5
5 changed files with 40 additions and 4 deletions
|
|
@ -1096,6 +1096,7 @@ extern bool ws_know[]; /* Does he know what a stick does */
|
|||
extern bool m_know[]; /* Does he know what a MM does */
|
||||
extern bool in_shell; /* True if executing a shell */
|
||||
extern bool daytime; /* Indicates whether it is daytime */
|
||||
extern bool use_savedir; /* True if using systemwide save area */
|
||||
extern coord oldpos; /* Position before last look() call */
|
||||
extern coord delta; /* Change indicated to get_dir() */
|
||||
extern coord grid[]; /* used for random pos generation */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue