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

urukgit urukgit at users.noreply.github.com
Tue Aug 12 17:34:18 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:
be859276d2 CGE2: Fix fallback detection.


Commit: be859276d23332931af953f612c191c6a72c5971
    https://github.com/scummvm/scummvm/commit/be859276d23332931af953f612c191c6a72c5971
Author: uruk (koppirnyo at gmail.com)
Date: 2014-08-12T17:33:36+02:00

Commit Message:
CGE2: Fix fallback detection.

Changed paths:
    engines/cge2/detection.cpp



diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index c032e23..f6664f7 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 = "Sfinx English Alpha v0.1";
+			desc.extra = "Translation Alpha v0.1";
 			desc.language = Common::EN_ANY;
 			desc.platform = Common::kPlatformDOS;
 			desc.flags = ADGF_NO_FLAGS;






More information about the Scummvm-git-logs mailing list