From d409d07677162878ae1c44f8d6ca8995896a72ac Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 27 May 2013 23:32:50 +0200 Subject: CGE: Pass proper size of detection entries to AdvancedMetaEngine code. This was forgotten to update in 0d50c67a3e4790d9e3d4b5ba13c7c0975b9ac2e0. --- engines/cge/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge/detection.cpp') diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp index 4663b6b4af..d29c1224fd 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"; } -- cgit v1.2.3