TSAGE: Change Blue Force detection entries to include GF_ALT_REGIONS flag

This ensures it uses the correct walk region loading code
This commit is contained in:
Paul Gilbert 2011-08-14 16:02:04 +10:00
parent 81ba9b2ebc
commit d23d0d2a17

View File

@ -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 }
};