diff options
author | uruk | 2014-08-20 11:12:53 +0200 |
---|---|---|
committer | uruk | 2014-08-20 11:13:54 +0200 |
commit | e545a0afc432b19ebfe896ff6f535b3133d5402c (patch) | |
tree | 7f353df39a4514fd34c9dd9d02d03057c7c54b0f /engines/cge2 | |
parent | aca10de1b58acf21aeaf0af18d5ca82511ce93f2 (diff) | |
download | scummvm-rg350-e545a0afc432b19ebfe896ff6f535b3133d5402c.tar.gz scummvm-rg350-e545a0afc432b19ebfe896ff6f535b3133d5402c.tar.bz2 scummvm-rg350-e545a0afc432b19ebfe896ff6f535b3133d5402c.zip |
CGE2: Update version in the fallback detection.
Diffstat (limited to 'engines/cge2')
-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 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; |