[Scummvm-cvs-logs] scummvm master -> e545a0afc432b19ebfe896ff6f535b3133d5402c

urukgit urukgit at users.noreply.github.com
Wed Aug 20 11:17:22 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:
e545a0afc4 CGE2: Update version in the fallback detection.


Commit: e545a0afc432b19ebfe896ff6f535b3133d5402c
    https://github.com/scummvm/scummvm/commit/e545a0afc432b19ebfe896ff6f535b3133d5402c
Author: uruk (koppirnyo at gmail.com)
Date: 2014-08-20T11:13:54+02:00

Commit Message:
CGE2: Update version in the fallback detection.

Changed paths:
    engines/cge2/detection.cpp



diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index 2b16f8c..5e57d13 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;






More information about the Scummvm-git-logs mailing list