- level 16 in ep2 can now be exited after saving Wash DC
- improved tile attribut loading for mods like silcar git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@195 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -1328,7 +1328,7 @@ void procgoodie(int t, int mpx, int mpy, int theplayer, stCloneKeenPlus *pCKP)
|
||||
break;
|
||||
|
||||
case 17:
|
||||
if (pCKP->Control.levelcontrol.canexit && (!pCKP->Control.levelcontrol.isfinallevel || player[theplayer].inventory.HasFuel))
|
||||
if (pCKP->Control.levelcontrol.canexit)
|
||||
{
|
||||
pCKP->Control.levelcontrol.exitXpos = (mpx+2)<<4;
|
||||
PlayerTouchedExit(theplayer, pCKP);
|
||||
|
||||
Reference in New Issue
Block a user