r3094 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jan 3 14:07:40 EST 2008


Author: div0
Date: 2008-01-03 14:07:39 -0500 (Thu, 03 Jan 2008)
New Revision: 3094

Modified:
   trunk/data/qcsrc/common/mapinfo.qc
Log:
add a missing settemp_restore


Modified: trunk/data/qcsrc/common/mapinfo.qc
===================================================================
--- trunk/data/qcsrc/common/mapinfo.qc	2008-01-03 13:08:18 UTC (rev 3093)
+++ trunk/data/qcsrc/common/mapinfo.qc	2008-01-03 19:07:39 UTC (rev 3094)
@@ -580,6 +580,7 @@
 		print("EMERGENCY: can't play the selected map in the given game mode. Falling back to deathmatch.\n");
 		MapInfo_SwitchGameType(MAPINFO_TYPE_DEATHMATCH);
 	}
+	localcmd(strcat("\nsettemp_restore\n"));
 	MapInfo_Get_ByName(s, 1, MapInfo_CurrentGametype());
 	localcmd(strcat("\nchangelevel ", s, "\n"));
 }




More information about the nexuiz-commits mailing list