r3664 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun May 25 14:08:19 EDT 2008


Author: div0
Date: 2008-05-25 14:08:17 -0400 (Sun, 25 May 2008)
New Revision: 3664

Modified:
   trunk/data/qcsrc/common/mapinfo.qc
Log:
add missing MapInfo_ClearTemps() call. Sorry, LordHavoc...


Modified: trunk/data/qcsrc/common/mapinfo.qc
===================================================================
--- trunk/data/qcsrc/common/mapinfo.qc	2008-05-25 12:32:27 UTC (rev 3663)
+++ trunk/data/qcsrc/common/mapinfo.qc	2008-05-25 18:08:17 UTC (rev 3664)
@@ -268,6 +268,7 @@
 			bufstr_set(_MapInfo_filtered, j++, ftos(i));
 	}
 	MapInfo_count = j;
+	MapInfo_ClearTemps();
 	return 1;
 }
 #endif




More information about the nexuiz-commits mailing list