aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2012-01-12 11:35:28 +0100
committerWillem Jan Palenstijn2012-02-16 11:12:24 +0100
commit08223e97469e3bbfe33237c951751c77a94b04ed (patch)
treee8b03c5f8b7806e728060a56534c94a30d4373af /engines
parent5d88e67cfdcfe483b374c523c7160b044d7cf3eb (diff)
downloadscummvm-rg350-08223e97469e3bbfe33237c951751c77a94b04ed.tar.gz
scummvm-rg350-08223e97469e3bbfe33237c951751c77a94b04ed.tar.bz2
scummvm-rg350-08223e97469e3bbfe33237c951751c77a94b04ed.zip
CGE: Change detector singleid to be all lowercase
Diffstat (limited to 'engines')
-rw-r--r--engines/cge/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 3fa3dbd7ff..b3ef31f30f 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -104,7 +104,7 @@ static const ADFileBasedFallback fileBasedFallback[] = {
class CGEMetaEngine : public AdvancedMetaEngine {
public:
CGEMetaEngine() : AdvancedMetaEngine(CGE::gameDescriptions, sizeof(ADGameDescription), CGEGames) {
- _singleid = "Soltys";
+ _singleid = "soltys";
}
virtual const ADGameDescription *fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const {