r4891 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 26 13:09:05 EDT 2008


Author: tzork
Date: 2008-10-26 13:08:59 -0400 (Sun, 26 Oct 2008)
New Revision: 4891

Modified:
   trunk/data/qcsrc/server/w_seeker.qc
Log:
Give seeker missiles some size so they can be shot.

Modified: trunk/data/qcsrc/server/w_seeker.qc
===================================================================
--- trunk/data/qcsrc/server/w_seeker.qc	2008-10-26 16:45:55 UTC (rev 4890)
+++ trunk/data/qcsrc/server/w_seeker.qc	2008-10-26 17:08:59 UTC (rev 4891)
@@ -196,7 +196,7 @@
 
     setorigin (missile, w_shotorg);
     setmodel  (missile, "models/tagrocket.md3");
-    setsize (missile, '0 0 0', '0 0 0');
+    setsize (missile, '-2 -2 -2', '2 2 2');
 
 
     missile.movetype    = MOVETYPE_FLYMISSILE;// MOVETYPE_TOSS;




More information about the nexuiz-commits mailing list