From d23d0d2a17d645dfc8496c053a81491a0da5487f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 14 Aug 2011 16:02:04 +1000 Subject: [PATCH] TSAGE: Change Blue Force detection entries to include GF_ALT_REGIONS flag This ensures it uses the correct walk region loading code --- engines/tsage/detection_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index 9e7b853b48bc..fcab028c6d2f 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 } };