aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authoruruk2014-08-20 11:12:53 +0200
committeruruk2014-08-20 11:13:54 +0200
commite545a0afc432b19ebfe896ff6f535b3133d5402c (patch)
tree7f353df39a4514fd34c9dd9d02d03057c7c54b0f /engines
parentaca10de1b58acf21aeaf0af18d5ca82511ce93f2 (diff)
downloadscummvm-rg350-e545a0afc432b19ebfe896ff6f535b3133d5402c.tar.gz
scummvm-rg350-e545a0afc432b19ebfe896ff6f535b3133d5402c.tar.bz2
scummvm-rg350-e545a0afc432b19ebfe896ff6f535b3133d5402c.zip
CGE2: Update version in the 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 2b16f8c3b7..5e57d13dd4 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 = "Translation Alpha v0.1";
+ desc.extra = "Translation Alpha v0.2";
desc.language = Common::EN_ANY;
desc.platform = Common::kPlatformDOS;
desc.flags = ADGF_NO_FLAGS;