diff options
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index b032f40..1eb7a17 100755 --- a/include/game.h +++ b/include/game.h @@ -178,6 +178,7 @@ bool IsWideScreen(); #define COND_COIN_ALL 7
#define COND_NORMAL 0x10
#define COND_SECRET 0x20
+#define COND_BOTH_EXITS 0x30
#define COND_SGNORMAL 0x80
#define COND_SGSECRET 0x100
#define COND_UNLOCKED 0x200 // NEWER EXCLUSIVE
|