]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update the last edited date while merging master into the branch
authorSamual <samual@xonotic.org>
Mon, 28 Mar 2011 18:37:24 +0000 (14:37 -0400)
committerSamual <samual@xonotic.org>
Mon, 28 Mar 2011 18:37:24 +0000 (14:37 -0400)
qcsrc/server/mutators/gamemode_ctf.qc

index 745898ef46f94eee267ccfe05b5ff2a6f946a2ef..fa4dfec0bfb7b78d9231ccb0fdcd5134ecf92eef 100644 (file)
@@ -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);