aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/detection_tables.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-07-19 02:51:36 +0000
committerFilippos Karapetis2007-07-19 02:51:36 +0000
commit3ffd5dea2aec39d40a662e8585fe9e730fbe9785 (patch)
treea22869d567b4ca6592b20f9c58ea7274c8a6335d /engines/saga/detection_tables.h
parent470dac5f8b2c0d57879fbc636aacc2087a916777 (diff)
downloadscummvm-rg350-3ffd5dea2aec39d40a662e8585fe9e730fbe9785.tar.gz
scummvm-rg350-3ffd5dea2aec39d40a662e8585fe9e730fbe9785.tar.bz2
scummvm-rg350-3ffd5dea2aec39d40a662e8585fe9e730fbe9785.zip
Some more resource mappings for the IHNM demo
svn-id: r28144
Diffstat (limited to 'engines/saga/detection_tables.h')
-rw-r--r--engines/saga/detection_tables.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index b33931bd78..75d45e4bb6 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -274,6 +274,21 @@ static const GameResourceDescription IHNM_Resources = {
0 // Actors strings (ITE only)
};
+static const GameResourceDescription IHNMDEMO_Resources = {
+ RID_IHNMDEMO_SCENE_LUT, // Scene lookup table RN
+ RID_IHNMDEMO_SCRIPT_LUT, // Script lookup table RN
+ RID_IHNMDEMO_MAIN_PANEL,
+ RID_IHNMDEMO_CONVERSE_PANEL,
+ RID_IHNMDEMO_OPTION_PANEL,
+ RID_IHNMDEMO_WARNING_PANEL,
+ RID_IHNMDEMO_MAIN_SPRITES,
+ RID_IHNMDEMO_MAIN_PANEL_SPRITES,
+ RID_IHNMDEMO_OPTION_PANEL_SPRITES,
+ 0, // Default portraits (ITE only)
+ RID_IHNMDEMO_MAIN_STRINGS,
+ 0 // Actors strings (ITE only)
+};
+
static const GameFontDescription IHNMDEMO_GameFonts[] = {
{2},
{3},
@@ -708,7 +723,7 @@ static const SAGAGameDescription gameDescriptions[] = {
GID_IHNM_DEMO,
0,
0,
- &IHNM_Resources,
+ &IHNMDEMO_Resources,
ARRAYSIZE(IHNMDEMO_GameFonts),
IHNMDEMO_GameFonts,
&IHNM_GameSound,