[Scummvm-cvs-logs] scummvm master -> 6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a
urukgit
urukgit at users.noreply.github.com
Sat Sep 6 22:29:14 CEST 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6201ddf63e CGE2: Update English autodetection.
Commit: 6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a
https://github.com/scummvm/scummvm/commit/6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a
Author: Peter Bozsó (koppirnyo at gmail.com)
Date: 2014-09-06T22:26:39+02:00
Commit Message:
CGE2: Update English autodetection.
Changed paths:
engines/cge2/detection.cpp
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index bef6406..605a3fe 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;
More information about the Scummvm-git-logs
mailing list