From: Samual <samual@xonotic.org>
Date: Wed, 11 Apr 2012 20:45:22 +0000 (-0400)
Subject: Move this where it belongs
X-Git-Tag: xonotic-v0.7.0~240^2~80
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=72976f599be208973383a220d7382ed5f4e01f1e;p=xonotic%2Fxonotic-data.pk3dir.git

Move this where it belongs
---

diff --git a/qcsrc/server/mutators/gamemode_ctf.qh b/qcsrc/server/mutators/gamemode_ctf.qh
index ed4ad6ed1b..a558916515 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;