- Added early implementation of CWindow System which easily can print dialogs, menus and much more!

- Youseeinyourmind and vorticonelder are now one function (showHintmessage)
- This also fixed the VorticonElder bug which made the system freeze, because dialog was printed a lot of times.

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@194 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-07-31 12:27:16 +00:00
parent 57c4d2a67f
commit 4c5616a585
9 changed files with 349 additions and 89 deletions

View File

@@ -1314,14 +1314,8 @@ void procgoodie(int t, int mpx, int mpy, int theplayer, stCloneKeenPlus *pCKP)
pCKP->Control.levelcontrol.tobonuslevel = 1;
break;
case YORPSTATUEHEAD:
if(pCKP->Control.levelcontrol.episode == 1)
{
youseeinyourmind(mpx, mpy, pCKP);
}
else if(pCKP->Control.levelcontrol.episode == 2)
if(!player[theplayer].blockedr && !player[theplayer].blockedl)
VorticonElder(mpx, mpy, pCKP);
case 22: // Game info block (Youseein your mind or vorticon elder...)
showGameHint(mpx, mpy, pCKP->Control.levelcontrol.episode, pCKP->Control.levelcontrol.curlevel);
break;
case 27: