mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
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:
parent
81ba9b2ebc
commit
d23d0d2a17
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user