* 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
@@ -56,7 +56,7 @@ unsigned int i;
|
||||
if (objects[o].onscreen) g_pSound->playStereofromCoord(SOUND_YORP_DIE, PLAY_NOW, objects[o].scrx);
|
||||
if (pCKP->Control.levelcontrol.hardmode && objects[o].touchPlayer)
|
||||
{
|
||||
killplayer(objects[o].touchedBy, pCKP);
|
||||
killplayer(objects[o].touchedBy);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user