From: TimePath Date: Wed, 26 Aug 2015 13:20:27 +0000 (+0000) Subject: Fix compile X-Git-Tag: xonotic-v0.8.2~2025 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5019beda8fd534dd6043d1100d2539ffc66cfb1a;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile --- diff --git a/qcsrc/common/mutators/mutator/itemstime.qc b/qcsrc/common/mutators/mutator/itemstime.qc index ee571790a..23bba824d 100644 --- a/qcsrc/common/mutators/mutator/itemstime.qc +++ b/qcsrc/common/mutators/mutator/itemstime.qc @@ -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