From: Samual Date: Mon, 28 Mar 2011 18:37:24 +0000 (-0400) Subject: Update the last edited date while merging master into the branch X-Git-Tag: xonotic-v0.7.0~240^2~185 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c0e862901905ec757599220494429160ee3707a6;p=xonotic%2Fxonotic-data.pk3dir.git Update the last edited date while merging master into the branch --- diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index 745898ef4..fa4dfec0b 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -1,6 +1,6 @@ // ================================================================ // Official capture the flag game mode coding, reworked by Samual -// Last updated: March 27th, 2011 +// Last updated: March 28th, 2011 // ================================================================ // Flag constants @@ -33,7 +33,6 @@ float captureshield_min_negscore; // punish at -20 points float captureshield_max_ratio; // punish at most 30% of each team float captureshield_force; // push force of the shield - // declare functions so they can be used in any order in the file void ctf_FlagTouch(void); void ctf_FlagThink(void);