From 72976f599be208973383a220d7382ed5f4e01f1e Mon Sep 17 00:00:00 2001 From: Samual Date: Wed, 11 Apr 2012 16:45:22 -0400 Subject: [PATCH] Move this where it belongs --- qcsrc/server/mutators/gamemode_ctf.qh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qcsrc/server/mutators/gamemode_ctf.qh b/qcsrc/server/mutators/gamemode_ctf.qh index ed4ad6ed1..a55891651 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qh +++ b/qcsrc/server/mutators/gamemode_ctf.qh @@ -56,6 +56,8 @@ entity ctf_staleflaglist; .entity wps_flagcarrier; .entity wps_flagdropped; .entity wps_enemyflagcarrier; +float wpforenemy_announced; +float wpforenemy_nextthink; // statuses #define FLAG_BASE 1 @@ -91,9 +93,6 @@ float ctf_captimerecord; // record time for capturing the flag .float max_flag_health; .float next_take_time; -float wpforenemy_announced; -float wpforenemy_nextthink; - // passing properties .entity pass_sender; .entity pass_target; -- 2.39.2