Added more AI and other functions of CK 8.4

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@213 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-08-06 19:36:58 +00:00
parent e143ccc5a3
commit 0f617cffe9
25 changed files with 1450 additions and 988 deletions

View File

@@ -315,7 +315,7 @@ p_levelcontrol = &(pCKP->Control.levelcontrol);
default: // a regular level
p_levelcontrol->chglevelto = (lvl & 0x7fff);
endlevel(1, pCKP);
endlevel(1, &(pCKP->Control.levelcontrol));
g_pMusicPlayer->stop();
g_pSound->playStereofromCoord(SOUND_ENTER_LEVEL, PLAY_NOW, objects[player[cp].useObject].scrx);