- 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:
parent
4eb9abe99f
commit
2afff04468
17 changed files with 1196 additions and 684 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue