[nexuiz-commits] r6494 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 15 19:19:55 EDT 2009


Author: div0
Date: 2009-04-15 19:19:54 -0400 (Wed, 15 Apr 2009)
New Revision: 6494

Modified:
   trunk/data/qcsrc/client/particles.qc
Log:
change extension .pp -> .bgs


Modified: trunk/data/qcsrc/client/particles.qc
===================================================================
--- trunk/data/qcsrc/client/particles.qc	2009-04-15 23:10:22 UTC (rev 6493)
+++ trunk/data/qcsrc/client/particles.qc	2009-04-15 23:19:54 UTC (rev 6494)
@@ -61,7 +61,7 @@
 	float fh;
 	pointparticles_scriptbuf = pointparticles_scriptbufsize = 0;
 	pointparticles_scriptbufloaded = 1;
-	s = strcat("maps/", mi_shortname, ".pp");
+	s = strcat("maps/", mi_shortname, ".bgs");
 	fh = fopen(s, FILE_READ);
 	if(fh < 0)
 		return;



More information about the nexuiz-commits mailing list