Skip to content

Commit

Permalink
TSAGE: Change Blue Force detection entries to include GF_ALT_REGIONS …
Browse files Browse the repository at this point in the history
…flag

This ensures it uses the correct walk region loading code
  • Loading branch information
dreammaster committed Aug 14, 2011
1 parent 81ba9b2 commit d23d0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/tsage/detection_tables.h
Expand Up @@ -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
{
Expand All @@ -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 }
};
Expand Down

0 comments on commit d23d0d2

Please sign in to comment.