some spelling and inconsistency corrections; comments and elsewhere
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
#define UNLOCKDOOR 0x00800000L /* unlocks locked doors */
|
||||
#define BUSTDOOR 0x01000000L /* breaks any doors */
|
||||
#define ALLOW_ROCK 0x02000000L /* pushes rocks */
|
||||
#define ALLOW_WALL 0x04000000L /* walks thru walls */
|
||||
#define ALLOW_WALL 0x04000000L /* walks through walls */
|
||||
#define ALLOW_DIG 0x08000000L /* digs */
|
||||
#define ALLOW_BARS 0x10000000L /* may pass thru iron bars */
|
||||
#define ALLOW_BARS 0x10000000L /* may pass through iron bars */
|
||||
#define ALLOW_SANCT 0x20000000L /* enters temples */
|
||||
#define ALLOW_SSM 0x40000000L /* ignores scare monster */
|
||||
#ifdef NHSTDC
|
||||
|
||||
Reference in New Issue
Block a user