From c0e862901905ec757599220494429160ee3707a6 Mon Sep 17 00:00:00 2001 From: Samual Date: Mon, 28 Mar 2011 14:37:24 -0400 Subject: [PATCH] Update the last edited date while merging master into the branch --- qcsrc/server/mutators/gamemode_ctf.qc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.2