diff options
author | Paul Gilbert | 2011-08-14 16:02:04 +1000 |
---|---|---|
committer | Paul Gilbert | 2011-08-14 16:02:04 +1000 |
commit | d23d0d2a17d645dfc8496c053a81491a0da5487f (patch) | |
tree | a9b6d5104559dba1a488fe4403df40473cf6d1c0 /engines | |
parent | 81ba9b2ebccffa0677ff1526f6ef1b017f61f61b (diff) | |
download | scummvm-rg350-d23d0d2a17d645dfc8496c053a81491a0da5487f.tar.gz scummvm-rg350-d23d0d2a17d645dfc8496c053a81491a0da5487f.tar.bz2 scummvm-rg350-d23d0d2a17d645dfc8496c053a81491a0da5487f.zip |
TSAGE: Change Blue Force detection entries to include GF_ALT_REGIONS flag
This ensures it uses the correct walk region loading code
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index 9e7b853b48..fcab028c6d 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -124,7 +124,7 @@ static const tSageGameDescription gameDescriptions[] = { Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_BlueForce, - GF_FLOPPY + GF_FLOPPY | GF_ALT_REGIONS }, // Blue Force CD and First Wave use the same files { @@ -138,7 +138,7 @@ static const tSageGameDescription gameDescriptions[] = { Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_BlueForce, - GF_CD + GF_CD | GF_ALT_REGIONS }, { AD_TABLE_END_MARKER, 0, 0 } }; |