Defines

mfndpos.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ALLOW_TRAPS   0x00020000L
#define ALLOW_U   0x00040000L
#define ALLOW_M   0x00080000L
#define ALLOW_TM   0x00100000L
#define ALLOW_ALL   (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
#define NOTONL   0x00200000L
#define OPENDOOR   0x00400000L
#define UNLOCKDOOR   0x00800000L
#define BUSTDOOR   0x01000000L
#define ALLOW_ROCK   0x02000000L
#define ALLOW_WALL   0x04000000L
#define ALLOW_DIG   0x08000000L
#define ALLOW_BARS   0x10000000L
#define ALLOW_SANCT   0x20000000L
#define ALLOW_SSM   0x40000000L
#define NOGARLIC   0x80000000L

Define Documentation

#define ALLOW_ALL   (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)

Referenced by mfndpos().

#define ALLOW_BARS   0x10000000L

Referenced by dog_move(), m_move(), and mfndpos().

#define ALLOW_DIG   0x08000000L
#define ALLOW_M   0x00080000L
#define ALLOW_ROCK   0x02000000L
#define ALLOW_SANCT   0x20000000L
#define ALLOW_SSM   0x40000000L
#define ALLOW_TM   0x00100000L

Referenced by mfndpos(), and mm_aggression().

#define ALLOW_TRAPS   0x00020000L

Referenced by dog_move(), and mfndpos().

#define ALLOW_U   0x00040000L

Referenced by dog_move(), m_move(), and mfndpos().

#define ALLOW_WALL   0x04000000L
#define BUSTDOOR   0x01000000L
#define NOGARLIC   0x80000000L

Referenced by m_move(), and mfndpos().

#define NOTONL   0x00200000L

Referenced by m_move(), mfndpos(), and move_special().

#define OPENDOOR   0x00400000L
#define UNLOCKDOOR   0x00800000L

Referenced by m_move(), and mfndpos().