[nexuiz-commits] r6254 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 23 14:11:43 EDT 2009


Author: div0
Date: 2009-03-23 14:11:42 -0400 (Mon, 23 Mar 2009)
New Revision: 6254

Modified:
   trunk/data/qcsrc/server/g_world.qc
   trunk/data/qcsrc/server/miscfunctions.qc
   trunk/data/qcsrc/server/teamplay.qc
Log:
add some cleartemps calls


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2009-03-23 14:30:43 UTC (rev 6253)
+++ trunk/data/qcsrc/server/g_world.qc	2009-03-23 18:11:42 UTC (rev 6254)
@@ -619,6 +619,7 @@
 		}
 	}
 	maplist_reply = strzone(strcat(maplist_reply, "\n"));
+	MapInfo_ClearTemps();
 
 	records_reply = strzone(getrecords());
 

Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2009-03-23 14:30:43 UTC (rev 6253)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2009-03-23 18:11:42 UTC (rev 6254)
@@ -1877,6 +1877,7 @@
 			}
 		}
 	}
+	MapInfo_ClearTemps();
 
 	if(s == "")
 		return "No records are available on this server.\n";

Modified: trunk/data/qcsrc/server/teamplay.qc
===================================================================
--- trunk/data/qcsrc/server/teamplay.qc	2009-03-23 14:30:43 UTC (rev 6253)
+++ trunk/data/qcsrc/server/teamplay.qc	2009-03-23 18:11:42 UTC (rev 6254)
@@ -189,6 +189,7 @@
 		else
 			world.fog = strzone(MapInfo_Map_fog);
 	clientstuff = strzone(MapInfo_Map_clientstuff);
+
 	MapInfo_ClearTemps();
 
 	// in case mapinfo switched the type



More information about the nexuiz-commits mailing list