diff options
author | Nicola Mettifogo | 2007-02-24 14:49:08 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-02-24 14:49:08 +0000 |
commit | f4f1e123303083604d35257971f4ee0022003e0c (patch) | |
tree | 8aafffbdf90e70aeb7df927f3c8f31eb96020d62 /engines | |
parent | b0805551e721bf471ce6ac2957f36ab7e8f42480 (diff) | |
download | scummvm-rg350-f4f1e123303083604d35257971f4ee0022003e0c.tar.gz scummvm-rg350-f4f1e123303083604d35257971f4ee0022003e0c.tar.bz2 scummvm-rg350-f4f1e123303083604d35257971f4ee0022003e0c.zip |
nippon safes demo is English, not French
svn-id: r25821
Diffstat (limited to 'engines')
-rw-r--r-- | engines/parallaction/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index c0b28b068e..b2b6a19085 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -85,7 +85,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = { { "fr", 0, "72f04be4320dfac719431419ec2b9a0d", 12778}, { NULL, 0, NULL, 0} }, - Common::FR_FRA, + Common::EN_ANY, Common::kPlatformAmiga, Common::ADGF_NO_FLAGS }, |