diff options
author | Strangerke | 2011-08-29 23:10:33 +0200 |
---|---|---|
committer | Strangerke | 2011-08-29 23:10:33 +0200 |
commit | 951dfa2be973e5234df3fbca4d14e10f0dcd3c9c (patch) | |
tree | b1dc08e41cb16677ed3a48541f0b71f6c77b4136 | |
parent | 5e0c546aa99b789d528da307dac99dc704a0a995 (diff) | |
download | scummvm-rg350-951dfa2be973e5234df3fbca4d14e10f0dcd3c9c.tar.gz scummvm-rg350-951dfa2be973e5234df3fbca4d14e10f0dcd3c9c.tar.bz2 scummvm-rg350-951dfa2be973e5234df3fbca4d14e10f0dcd3c9c.zip |
CGE: Fix the language of one of the demos
-rw-r--r-- | engines/cge/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp index c64295db0e..abb0cf5efb 100644 --- a/engines/cge/detection.cpp +++ b/engines/cge/detection.cpp @@ -74,7 +74,7 @@ static const ADGameDescription gameDescriptions[] = { {"vol.dat", 0, "75d385a6074c58b69f7730481f256051", 1796710}, AD_LISTEND }, - Common::PL_POL, Common::kPlatformPC, ADGF_DEMO , GUIO_NONE + Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO , GUIO_NONE }, { "soltys", "Soltys Demo (not supported)", |