Fix bool, even though it doesn't really matter

This commit is contained in:
theoddone33
2001-05-02 20:48:10 +00:00
parent 446406cc9f
commit 6ad6766e1a

View File

@@ -20,7 +20,7 @@ int AllowDefault=0;
int SoundEnabled=1;
#ifdef __LINUX__ // AH
typedef enum {TRUE, FALSE} BOOL;
typedef enum {FALSE, TRUE} BOOL;
typedef Uint32 UINT32;
typedef long long _int64;
typedef long long LARGE_INTEGER;