aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authoruruk2014-08-12 17:33:36 +0200
committeruruk2014-08-12 17:33:36 +0200
commitbe859276d23332931af953f612c191c6a72c5971 (patch)
tree1a3c106efb5f31e955a964c21d93c82fdc072070 /engines
parent2f6b686c2ed603d92aff9e0418984861b5181040 (diff)
downloadscummvm-rg350-be859276d23332931af953f612c191c6a72c5971.tar.gz
scummvm-rg350-be859276d23332931af953f612c191c6a72c5971.tar.bz2
scummvm-rg350-be859276d23332931af953f612c191c6a72c5971.zip
CGE2: Fix fallback detection.
Diffstat (limited to 'engines')
-rw-r--r--engines/cge2/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index c032e2348f..f6664f702b 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -120,7 +120,7 @@ const ADGameDescription *CGE2MetaEngine::fallbackDetect(const FileMap &allFiles,
continue;
desc.gameid = "sfinx";
- desc.extra = "Sfinx English Alpha v0.1";
+ desc.extra = "Translation Alpha v0.1";
desc.language = Common::EN_ANY;
desc.platform = Common::kPlatformDOS;
desc.flags = ADGF_NO_FLAGS;