]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile
authorTimePath <andrew.hardaker1995@gmail.com>
Wed, 26 Aug 2015 13:20:27 +0000 (13:20 +0000)
committerTimePath <andrew.hardaker1995@gmail.com>
Wed, 26 Aug 2015 13:20:27 +0000 (13:20 +0000)
qcsrc/common/mutators/mutator/itemstime.qc

index ee571790a3859f8f7bf88b470d5a5e867d01bce4..23bba824d4df05b53f1d60e509cf2b1bc5b9012e 100644 (file)
@@ -37,9 +37,7 @@ bool autocvar_hud_panel_itemstime_hidespawned = 1;
 bool autocvar_hud_panel_itemstime_hidelarge = false;
 int autocvar_hud_panel_itemstime_text = 1;
 #define hud_panel_itemstime_hidelarge autocvar_hud_panel_itemstime_hidelarge
-#endif
-
-#ifdef SVQC
+#else
 #define hud_panel_itemstime_hidelarge false
 #endif
 
@@ -373,4 +371,4 @@ void HUD_ItemsTime()
     ));
 }
 
-#endif
+#endif
\ No newline at end of file