- Added support for Kyra3 GUI (audio and game options not working yet)

- Added support for loading directly from command line for Kyra3

svn-id: r31876
This commit is contained in:
Johannes Schickel 2008-05-05 16:05:56 +00:00
parent 4eb9abe99f
commit 2afff04468
17 changed files with 1196 additions and 684 deletions

View file

@ -634,7 +634,7 @@ void KyraEngine_MR::initSceneScreen(int unk1) {
updateCharPal(0);
if (1/*!_menuDirectlyToLoad*/) {
if (!_menuDirectlyToLoad) {
_emc->start(&_sceneScriptState, 3);
_sceneScriptState.regs[5] = unk1;