diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/map.h b/src/map/map.h index 66a242545..c06252b46 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -253,9 +253,7 @@ enum { #define OPTION_WEDDING 0x1000
#define OPTION_RUWACH 0x2000
#define OPTION_CHASEWALK 0x4000
-#define OPTION_XMAS 0x8000
-
-#define OPTION_FLYING 0x10000
+#define OPTION_FLYING 0x8000
//TODO: Get these Missing options...
#define OPTION_SIGHTTRASHER 0x0001
|