Changes for the new webpage and bug fixes since 0.2.9.6
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@36 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -54,7 +54,7 @@ unsigned int i;
|
||||
objects[o].ai.foob.state = FOOB_EXPLODE;
|
||||
objects[o].canbezapped = 0;
|
||||
if (objects[o].onscreen) g_pSound->playStereofromCoord(SOUND_YORP_DIE, PLAY_NOW, objects[o].scrx);
|
||||
if (options[OPT_MEAN].value && objects[o].touchPlayer)
|
||||
if (pCKP->Control.levelcontrol.hardmode && objects[o].touchPlayer)
|
||||
{
|
||||
killplayer(objects[o].touchedBy, pCKP);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user