diff options
author | Treeki <treeki@gmail.com> | 2012-10-18 07:23:19 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-18 07:23:19 +0200 |
commit | 035bfe6144a9baa8c03f10e92a9689506068f47f (patch) | |
tree | d29b46b279de4462123513d5eea21fc5cef180f7 /include/game.h | |
parent | edf303f6ba8e30e04e828cb0b9b268d534f194c4 (diff) | |
download | kamek-035bfe6144a9baa8c03f10e92a9689506068f47f.tar.gz kamek-035bfe6144a9baa8c03f10e92a9689506068f47f.zip |
I don't even know. I'll try to fix this tomorrow
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 08c2a49..0a843c2 100755 --- a/include/game.h +++ b/include/game.h @@ -166,6 +166,7 @@ bool IsWideScreen(); #define COND_SECRET 0x20
#define COND_SGNORMAL 0x80
#define COND_SGSECRET 0x100
+#define COND_UNLOCKED 0x200 // NEWER EXCLUSIVE
// All of these are set by "SetWorldCompleteionBitfield" (I didn't name it)
|