r2263 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 27 17:16:02 EDT 2007


Author: div0
Date: 2007-03-27 17:16:01 -0400 (Tue, 27 Mar 2007)
New Revision: 2263

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
now that an actual intermission mode is used, angles_x needs to be inverted again


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2007-03-27 16:13:25 UTC (rev 2262)
+++ trunk/data/qcsrc/server/g_world.qc	2007-03-27 21:16:01 UTC (rev 2263)
@@ -941,6 +941,7 @@
 	if(!e.autoscreenshot) // initial call
 	{
 		e.angles = e.v_angle;
+		e.angles_x = -e.angles_x;
 		e.autoscreenshot = time + 0.8;	// used for autoscreenshot
 		e.health = -2342;
 		// first intermission phase; voting phase has positive health (used to decide whether to send SVC_FINALE or not)




More information about the nexuiz-commits mailing list