From: Samual Date: Fri, 30 Mar 2012 00:03:58 +0000 (-0400) Subject: Delete two useless declarations X-Git-Tag: xonotic-v0.7.0~240^2~163 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=195d03d1d0c42bde7506208fe280886d1b35676e;p=xonotic%2Fxonotic-data.pk3dir.git Delete two useless declarations --- diff --git a/qcsrc/server/mutators/gamemode_ctf.qh b/qcsrc/server/mutators/gamemode_ctf.qh index 17886fdc6..4d1f003ef 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qh +++ b/qcsrc/server/mutators/gamemode_ctf.qh @@ -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