From 5c519288c928f4136b973613733e70b829dda480 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 12 May 2013 23:41:19 +0200 Subject: show faded out missing exits --- include/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3