]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Delete two useless declarations
authorSamual <samual@xonotic.org>
Fri, 30 Mar 2012 00:03:58 +0000 (20:03 -0400)
committerSamual <samual@xonotic.org>
Fri, 30 Mar 2012 00:03:58 +0000 (20:03 -0400)
qcsrc/server/mutators/gamemode_ctf.qh

index 17886fdc6eba2abe5a81643b36c5cc915b24c1a7..4d1f003ef1cfb06859d4c47e2483be4d3e4c67cb 100644 (file)
@@ -30,8 +30,6 @@ void spawnfunc_ctf_team();
 entity ctf_worldflaglist; // CTF flags in the map
 .entity ctf_worldflagnext;
 
-.vector ctf_spawnorigin; // stored vector for where the flag is placed on the map itself. 
-
 float ctf_captimerecord; // record time for capturing the flag
 .float ctf_pickuptime;
 .float ctf_pickupid;
@@ -39,9 +37,6 @@ float ctf_captimerecord; // record time for capturing the flag
 .float ctf_droptime;
 .float ctf_status; // status of the flag (FLAG_BASE, FLAG_DROPPED, FLAG_CARRY declared globally)
 
-
-.float next_take_time; // Delay between when the person can pick up a flag // is this obsolete from the stuff above?
-
 // CaptureShield: If the player is too bad to be allowed to capture, shield them from taking the flag.
 .float ctf_captureshielded; // set to 1 if the player is too bad to be allowed to capture
 float ctf_captureshield_min_negscore; // punish at -20 points