r4715 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 10 11:55:34 EDT 2008


Author: div0
Date: 2008-10-10 11:55:33 -0400 (Fri, 10 Oct 2008)
New Revision: 4715

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
oops :P forgot to un-setmodel when getting the modelindexes


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2008-10-10 15:38:57 UTC (rev 4714)
+++ trunk/data/qcsrc/server/keyhunt.qc	2008-10-10 15:55:33 UTC (rev 4715)
@@ -976,6 +976,9 @@
 	kh_key_carried = kh_key_dropped;
 #endif
 
+	kh_controller.model = "";
+	kh_controller.modelindex = 0;
+
 	addstat(STAT_KH_KEYS, AS_INT, kh_state);
 
 	ScoreRules_kh(kh_teams);




More information about the nexuiz-commits mailing list