* improved physics
* Added Vorticon Elite of CK 8.4 * Reduced a bit the source code git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@163 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ int hitlethal;
|
||||
{
|
||||
if (objects[o].ai.ray.dontHitEnable==0 || objects[o].ai.ray.dontHit!=OBJ_PLAYER)
|
||||
{
|
||||
killplayer(objects[o].touchedBy, pCKP);
|
||||
killplayer(objects[o].touchedBy);
|
||||
objects[o].ai.ray.state = RAY_STATE_SETZAPZOT;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user