r1684 - branches/nexuiz-2.0/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jun 27 16:24:44 EDT 2006


Author: div0
Date: 2006-06-27 16:24:44 -0400 (Tue, 27 Jun 2006)
New Revision: 1684

Added:
   branches/nexuiz-2.0/data/empty.cfg
Modified:
   branches/nexuiz-2.0/data/default.cfg
   branches/nexuiz-2.0/data/game_reset.cfg
Log:
merged exit_cfg bugfix


Modified: branches/nexuiz-2.0/data/default.cfg
===================================================================
--- branches/nexuiz-2.0/data/default.cfg	2006-06-27 11:09:22 UTC (rev 1683)
+++ branches/nexuiz-2.0/data/default.cfg	2006-06-27 20:24:44 UTC (rev 1684)
@@ -33,7 +33,7 @@
 
 alias bsp "ls maps/*.bsp"
 alias mapcfg "ls maps/*.mapcfg"
-alias chmap "exec $exit_cfg; exec game_reset.cfg; exec maps/$1.mapcfg"
+alias chmap "exec $exit_cfg ; exec game_reset.cfg; exec maps/$1.mapcfg"
 alias reset "exec game_reset.cfg"
 
 alias dem "ls demos/*.dem"
@@ -205,7 +205,7 @@
 
 set welcome_message_time		8
 
-set exit_cfg ""
+set exit_cfg "empty.cfg"
 alias clearmap	"disconnect; exec $exit_cfg"
 
 seta g_grappling_hook 0

Copied: branches/nexuiz-2.0/data/empty.cfg (from rev 1682, trunk/data/empty.cfg)

Modified: branches/nexuiz-2.0/data/game_reset.cfg
===================================================================
--- branches/nexuiz-2.0/data/game_reset.cfg	2006-06-27 11:09:22 UTC (rev 1683)
+++ branches/nexuiz-2.0/data/game_reset.cfg	2006-06-27 20:24:44 UTC (rev 1684)
@@ -16,3 +16,5 @@
 set g_campaign 0
 set teamplay 0
 set gamecfg 0
+
+set exit_cfg "empty.cfg"




More information about the nexuiz-commits mailing list