r4785 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 18 17:56:02 EDT 2008


Author: div0
Date: 2008-10-18 17:56:01 -0400 (Sat, 18 Oct 2008)
New Revision: 4785

Modified:
   trunk/data/qcsrc/server/defs.qh
   trunk/data/qcsrc/server/miscfunctions.qc
Log:
forgot these two files


Modified: trunk/data/qcsrc/server/defs.qh
===================================================================
--- trunk/data/qcsrc/server/defs.qh	2008-10-18 21:54:14 UTC (rev 4784)
+++ trunk/data/qcsrc/server/defs.qh	2008-10-18 21:56:01 UTC (rev 4785)
@@ -25,6 +25,7 @@
 float g_warmup_allow_timeout;
 float g_ctf_win_mode;
 float g_ctf_ignore_frags;
+float g_ctf_reverse;
 float g_race_qualifying;
 float inWarmupStage;
 float g_pickup_respawntime_short;

Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2008-10-18 21:54:14 UTC (rev 4784)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2008-10-18 21:56:01 UTC (rev 4785)
@@ -864,6 +864,7 @@
 	sv_pogostick = cvar("sv_pogostick");
 	sv_doublejump = cvar("sv_doublejump");
 	g_maplist_allow_hidden = cvar("g_maplist_allow_hidden");
+	g_ctf_reverse = cvar("g_ctf_reverse");
 
 	inWarmupStage = cvar("g_warmup");
 	g_warmup_limit = cvar("g_warmup_limit");




More information about the nexuiz-commits mailing list