r4324 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 3 15:59:41 EDT 2008


Author: div0
Date: 2008-09-03 15:59:40 -0400 (Wed, 03 Sep 2008)
New Revision: 4324

Modified:
   trunk/data/qcsrc/server/portals.qc
Log:
fix portal behaviour AGAIN... :P


Modified: trunk/data/qcsrc/server/portals.qc
===================================================================
--- trunk/data/qcsrc/server/portals.qc	2008-09-03 19:29:22 UTC (rev 4323)
+++ trunk/data/qcsrc/server/portals.qc	2008-09-03 19:59:40 UTC (rev 4324)
@@ -403,8 +403,11 @@
 		trace_endpos = trace_ent.origin + '0 0 1' * PL_MIN_z;
 		trace_plane_normal = '0 0 1';
 	}
+	/*
 	else
 		dir = -1 * dir; // invert the sense of the second portal
+		// no, better don't, it is weirder IF it is inverted
+	*/
 
 	org = trace_endpos;
 	ang = fixedvectoangles2(trace_plane_normal, dir);




More information about the nexuiz-commits mailing list