reversed timebomb/fire #error

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401869
This commit is contained in:
David Anderson 2008-01-27 16:24:32 +00:00
parent 363c7821e5
commit a6af8e7718

View File

@ -51,7 +51,7 @@ public Plugin:myinfo =
// Set any of these to 0 and recompile to completely disable those commands // Set any of these to 0 and recompile to completely disable those commands
// ------------------------------------------------------------------------------- // -------------------------------------------------------------------------------
#define BEACON 1 #define BEACON 1
#define TIMEBOMB 1 #define TIMEBOMB 0
#define FIRE 1 #define FIRE 1
#define ICE 1 #define ICE 1
#define GRAVITY 1 #define GRAVITY 1
@ -68,7 +68,7 @@ public Plugin:myinfo =
* Fire requires timebomb * Fire requires timebomb
*/ */
#if TIMEBOMB == 0 && FIRE == 1 #if TIMEBOMB == 0 && FIRE == 1
#error "TimeBomb requires Fire" #error "FIRE requires TIMEBOMB"
#endif #endif
new Handle:hTopMenu = INVALID_HANDLE; new Handle:hTopMenu = INVALID_HANDLE;