r4191 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 26 07:28:14 EDT 2008


Author: div0
Date: 2008-08-26 07:28:13 -0400 (Tue, 26 Aug 2008)
New Revision: 4191

Modified:
   trunk/data/qcsrc/client/Main.qc
Log:
oops :P


Modified: trunk/data/qcsrc/client/Main.qc
===================================================================
--- trunk/data/qcsrc/client/Main.qc	2008-08-26 11:25:05 UTC (rev 4190)
+++ trunk/data/qcsrc/client/Main.qc	2008-08-26 11:28:13 UTC (rev 4191)
@@ -437,6 +437,8 @@
 		Ent_ReadTeamScore();
 	else if(self.enttype == ENT_CLIENT_POINTPARTICLES)
 		Ent_PointParticles();
+	else if(self.enttype == ENT_CLIENT_RAINSNOW)
+		Ent_RainOrSnow();
 	else
 		error("unknown entity type in CSQC_Ent_Update\n");
 	
@@ -484,6 +486,7 @@
 
 	self.enttype = 0;
 	self.classname = "";
+	self.draw = menu_sub_null;
 	// TODO possibly set more stuff to defaults
 }
 // CSQC_Ent_Remove : Called when the server requests a SSQC / CSQC entity to be removed.  Essentially call remove(self) as well.




More information about the nexuiz-commits mailing list