diff options
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/detection_tables.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index 75d45e4bb6..4483cbb7ed 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -606,8 +606,8 @@ static const SAGAGameDescription gameDescriptions[] = { &ITECD_GameSound, &ITECD_GameSound, &ITEMACCD_GameMusic, // note: this version did not originally have digital music - 0, - NULL, + ARRAYSIZE(ITEPatch_Files), + ITEPatch_Files, }, // Inherit the earth - DOS CD German version @@ -697,8 +697,8 @@ static const SAGAGameDescription gameDescriptions[] = { &ITEDISK_GameSound, &ITEDISK_GameSound, &ITEMACCD_GameMusic, // note: this version did not originally have digital music - 0, - NULL, + ARRAYSIZE(ITEPatch_Files), + ITEPatch_Files, }, // IHNM Section /////////////////////////////////////////////////////////////////////////////////////////// |