diff options
author | Filippos Karapetis | 2007-07-27 16:39:21 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-07-27 16:39:21 +0000 |
commit | a0d956221cc6bc7ffeccc3f2ce7ae8c0c5d31f22 (patch) | |
tree | 82f06cb9279d1483ba304b4d877c550cf993f611 | |
parent | e22e47c398556e60a1c9e28faf4a82e9f83ad3a8 (diff) | |
download | scummvm-rg350-a0d956221cc6bc7ffeccc3f2ce7ae8c0c5d31f22.tar.gz scummvm-rg350-a0d956221cc6bc7ffeccc3f2ce7ae8c0c5d31f22.tar.bz2 scummvm-rg350-a0d956221cc6bc7ffeccc3f2ce7ae8c0c5d31f22.zip |
Defined the starting scene for the IHNM demo
svn-id: r28239
-rw-r--r-- | engines/saga/detection_tables.h | 2 | ||||
-rw-r--r-- | engines/saga/sagaresnames.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index 4483cbb7ed..a304fb906a 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -722,7 +722,7 @@ static const SAGAGameDescription gameDescriptions[] = { GType_IHNM, GID_IHNM_DEMO, 0, - 0, + IHNMDEMO_DEFAULT_SCENE, &IHNMDEMO_Resources, ARRAYSIZE(IHNMDEMO_GameFonts), IHNMDEMO_GameFonts, diff --git a/engines/saga/sagaresnames.h b/engines/saga/sagaresnames.h index 3fd0332eb2..4b4d546514 100644 --- a/engines/saga/sagaresnames.h +++ b/engines/saga/sagaresnames.h @@ -68,6 +68,7 @@ namespace Saga { #define IHNM_DEFAULT_SCENE 151 #define ITEDEMO_DEFAULT_SCENE 68 +#define IHNMDEMO_DEFAULT_SCENE 144 // FONTS #define RID_MEDIUM_FONT 0 |