From 5019beda8fd534dd6043d1100d2539ffc66cfb1a Mon Sep 17 00:00:00 2001 From: TimePath Date: Wed, 26 Aug 2015 13:20:27 +0000 Subject: [PATCH 1/1] Fix compile --- qcsrc/common/mutators/mutator/itemstime.qc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.2