Add GF_LANG_MULT game flag, for detecting differences between the two Amiga versions.

svn-id: r27441
This commit is contained in:
Travis Howell 2007-06-16 02:43:31 +00:00
parent ce8a015c1c
commit 4362692684
5 changed files with 25 additions and 11 deletions

View file

@ -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,
},
{