diff options
-rw-r--r-- | saga/ihnm_introproc.cpp | 7 | ||||
-rw-r--r-- | saga/resnames.h | 3 |
2 files changed, 1 insertions, 9 deletions
diff --git a/saga/ihnm_introproc.cpp b/saga/ihnm_introproc.cpp index 53e039ac9c..2db71de59d 100644 --- a/saga/ihnm_introproc.cpp +++ b/saga/ihnm_introproc.cpp @@ -98,13 +98,6 @@ int Scene::IHNMStartProc() { _vm->_scene->queueScene(&IHNM_IntroList[i]); } - // FIXME: I suspect the "hate" speech is actually scripted and that we - // start at the wrong scene, but the one I think is correct (151 - // instead of 152) currently doesn't work. Probably partly because - // actors - in particularly actor speech - isn't implemented for - // IHNM yet. Also, the end titles music to plays over the scene, which - // is wrong. (But hey, it's a nice piece of music!) - firstScene.loadFlag = kLoadBySceneNumber; firstScene.sceneDescriptor = _vm->getStartSceneNumber(); firstScene.sceneDescription = NULL; diff --git a/saga/resnames.h b/saga/resnames.h index 02d2af24d2..affb9d7ca4 100644 --- a/saga/resnames.h +++ b/saga/resnames.h @@ -52,9 +52,8 @@ namespace Saga { #define ITE_SCENE_LODGE 21 #define ITE_SCENE_ENDCREDIT1 295 - #define ITE_DEFAULT_SCENE 32 -#define IHNM_DEFAULT_SCENE 152 +#define IHNM_DEFAULT_SCENE 151 // FONTS #define RID_MEDIUM_FONT 0 |