aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/detection.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-06-16 02:43:31 +0000
committerTravis Howell2007-06-16 02:43:31 +0000
commit4362692684bf5d937b3fbffb6081acd2ee52e914 (patch)
tree3952e3b652d624df42d7de8bede12fed1ca1fbaf /engines/parallaction/detection.cpp
parentce8a015c1cd1f4521a3c748a190bd9ea0e28fb75 (diff)
downloadscummvm-rg350-4362692684bf5d937b3fbffb6081acd2ee52e914.tar.gz
scummvm-rg350-4362692684bf5d937b3fbffb6081acd2ee52e914.tar.bz2
scummvm-rg350-4362692684bf5d937b3fbffb6081acd2ee52e914.zip
Add GF_LANG_MULT game flag, for detecting differences between the two Amiga versions.
svn-id: r27441
Diffstat (limited to 'engines/parallaction/detection.cpp')
-rw-r--r--engines/parallaction/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index 89a0372fac..8e069c5f08 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -75,7 +75,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
Common::ADGF_NO_FLAGS
},
GType_Nippon,
- GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_IT,
+ GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_IT | GF_LANG_MULT,
},
{
@@ -98,7 +98,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
Common::ADGF_NO_FLAGS
},
GType_Nippon,
- GF_LANG_EN | GF_LANG_FR | GF_LANG_DE,
+ GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_MULT,
},
{