From 4362692684bf5d937b3fbffb6081acd2ee52e914 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 16 Jun 2007 02:43:31 +0000 Subject: Add GF_LANG_MULT game flag, for detecting differences between the two Amiga versions. svn-id: r27441 --- engines/parallaction/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/parallaction/detection.cpp') 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, }, { -- cgit v1.2.3