diff options
Diffstat (limited to 'engines/saga/detection_tables.h')
-rw-r--r-- | engines/saga/detection_tables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index 81a91dae42..89fdbcd876 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -31,6 +31,7 @@ static const GameResourceDescription ITE_Resources = { RID_ITE_MAIN_PANEL, RID_ITE_CONVERSE_PANEL, RID_ITE_OPTION_PANEL, + 0, RID_ITE_MAIN_SPRITES, RID_ITE_MAIN_PANEL_SPRITES, RID_ITE_DEFAULT_PORTRAITS, @@ -44,6 +45,7 @@ static const GameResourceDescription ITEDemo_Resources = { RID_ITEDEMO_MAIN_PANEL, RID_ITEDEMO_CONVERSE_PANEL, RID_ITEDEMO_OPTION_PANEL, + 0, RID_ITEDEMO_MAIN_SPRITES, RID_ITEDEMO_MAIN_PANEL_SPRITES, RID_ITEDEMO_DEFAULT_PORTRAITS, @@ -287,6 +289,7 @@ static const GameResourceDescription IHNM_Resources = { RID_IHNM_MAIN_PANEL, RID_IHNM_CONVERSE_PANEL, RID_IHNM_OPTION_PANEL, + RID_IHNM_WARNING_PANEL, RID_IHNM_MAIN_SPRITES, RID_IHNM_MAIN_PANEL_SPRITES, 0, |