Mercurial > hg > early-roguelike
comparison arogue5/rogue.h @ 64:a98834ce7e04
arogue5: add the savedir feature.
author | elwin |
---|---|
date | Fri, 10 Aug 2012 05:16:08 +0000 (2012-08-10) |
parents | 0ed67132cf10 |
children | 7aff18a8d508 |
comparison
equal
deleted
inserted
replaced
63:0ed67132cf10 | 64:a98834ce7e04 |
---|---|
1094 extern bool r_know[]; /* Does he know what a ring does */ | 1094 extern bool r_know[]; /* Does he know what a ring does */ |
1095 extern bool ws_know[]; /* Does he know what a stick does */ | 1095 extern bool ws_know[]; /* Does he know what a stick does */ |
1096 extern bool m_know[]; /* Does he know what a MM does */ | 1096 extern bool m_know[]; /* Does he know what a MM does */ |
1097 extern bool in_shell; /* True if executing a shell */ | 1097 extern bool in_shell; /* True if executing a shell */ |
1098 extern bool daytime; /* Indicates whether it is daytime */ | 1098 extern bool daytime; /* Indicates whether it is daytime */ |
1099 extern bool use_savedir; /* True if using systemwide save area */ | |
1099 extern coord oldpos; /* Position before last look() call */ | 1100 extern coord oldpos; /* Position before last look() call */ |
1100 extern coord delta; /* Change indicated to get_dir() */ | 1101 extern coord delta; /* Change indicated to get_dir() */ |
1101 extern coord grid[]; /* used for random pos generation */ | 1102 extern coord grid[]; /* used for random pos generation */ |
1102 extern char *nothing; /* "nothing happens" msg */ | 1103 extern char *nothing; /* "nothing happens" msg */ |
1103 extern char *spacemsg; | 1104 extern char *spacemsg; |