arogue5: add the savedir feature.

This commit is contained in:
John "Elwin" Edwards 2012-08-10 05:16:08 +00:00
parent 14fad3b319
commit 38a8534eb5
5 changed files with 40 additions and 4 deletions

View file

@ -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 */