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

lordhoto lordhoto at gmail.com
Mon May 27 23:35:24 CEST 2013


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:
d409d07677 CGE: Pass proper size of detection entries to AdvancedMetaEngine code.


Commit: d409d07677162878ae1c44f8d6ca8995896a72ac
    https://github.com/scummvm/scummvm/commit/d409d07677162878ae1c44f8d6ca8995896a72ac
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2013-05-27T14:34:14-07:00

Commit Message:
CGE: Pass proper size of detection entries to AdvancedMetaEngine code.

This was forgotten to update in 0d50c67a3e4790d9e3d4b5ba13c7c0975b9ac2e0.

Changed paths:
    engines/cge/detection.cpp



diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 4663b6b..d29c122 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -141,7 +141,7 @@ static const ADFileBasedFallback fileBasedFallback[] = {
 
 class CGEMetaEngine : public AdvancedMetaEngine {
 public:
-	CGEMetaEngine() : AdvancedMetaEngine(CGE::gameDescriptions, sizeof(ADGameDescription), CGEGames) {
+	CGEMetaEngine() : AdvancedMetaEngine(CGE::gameDescriptions, sizeof(CGE::CgeGameDescription), CGEGames) {
 		_singleid = "soltys";
 	}
 






More information about the Scummvm-git-logs mailing list