]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Move this where it belongs
authorSamual <samual@xonotic.org>
Wed, 11 Apr 2012 20:45:22 +0000 (16:45 -0400)
committerSamual <samual@xonotic.org>
Wed, 11 Apr 2012 20:45:22 +0000 (16:45 -0400)
qcsrc/server/mutators/gamemode_ctf.qh

index ed4ad6ed1bfb3f68c002848af9b3f1e55bf1085c..a558916515e5c32069249bc19e7b169843b400b0 100644 (file)
@@ -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;