aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPeter Bozsó2014-09-06 22:26:39 +0200
committerPeter Bozsó2014-09-06 22:26:39 +0200
commit6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a (patch)
tree0a8e8b1f2f18815c8a83ace06551e39d325834d2 /engines
parent9ef68900e24ea75e3965795deeb234d4aad6cffc (diff)
downloadscummvm-rg350-6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a.tar.gz
scummvm-rg350-6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a.tar.bz2
scummvm-rg350-6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a.zip
CGE2: Update English autodetection.
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 bef640658b..605a3fe377 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -131,7 +131,7 @@ const ADGameDescription *CGE2MetaEngine::fallbackDetect(const FileMap &allFiles,
continue;
desc.gameid = "sfinx";
- desc.extra = "Translation Alpha v0.2";
+ desc.extra = "Translation Alpha v0.3";
desc.language = Common::EN_ANY;
desc.platform = Common::kPlatformDOS;
desc.flags = ADGF_NO_FLAGS;