diff options
author | Peter Bozsó | 2014-09-06 22:26:39 +0200 |
---|---|---|
committer | Peter Bozsó | 2014-09-06 22:26:39 +0200 |
commit | 6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a (patch) | |
tree | 0a8e8b1f2f18815c8a83ace06551e39d325834d2 | |
parent | 9ef68900e24ea75e3965795deeb234d4aad6cffc (diff) | |
download | scummvm-rg350-6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a.tar.gz scummvm-rg350-6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a.tar.bz2 scummvm-rg350-6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a.zip |
CGE2: Update English autodetection.
-rw-r--r-- | engines/cge2/detection.cpp | 2 |
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; |