r2458 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu May 3 03:03:27 EDT 2007


Author: div0
Date: 2007-05-03 03:03:27 -0400 (Thu, 03 May 2007)
New Revision: 2458

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
oops, not using the constant here...


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 06:59:05 UTC (rev 2457)
+++ trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 07:03:27 UTC (rev 2458)
@@ -167,7 +167,7 @@
 	}
 #else
 	setattachment(key, key.owner, "");
-	setorigin(key, '0 0 -15'); // fixing x, y in think
+	setorigin(key, '0 0 1' * KH_KEY_ZSHIFT); // fixing x, y in think
 	key.angles_y -= key.owner.angles_y;
 #endif
 	key.flags = 0;




More information about the nexuiz-commits mailing list