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

Strangerke Strangerke at scummvm.org
Wed Nov 16 00:03:51 CET 2011


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:
a1ff0ec744 CGE: Fix GUIO1 on an entry for consistency in detection


Commit: a1ff0ec7442069ccd1f236ae6459ff0edf944611
    https://github.com/scummvm/scummvm/commit/a1ff0ec7442069ccd1f236ae6459ff0edf944611
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-11-15T15:03:24-08:00

Commit Message:
CGE: Fix GUIO1 on an entry for consistency in detection

Changed paths:
    engines/cge/detection.cpp



diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 3ee65a3..58f84d0 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -80,7 +80,7 @@ static const ADGameDescription gameDescriptions[] = {
 			{"vol.dat", 0, "4ffeff4abc99ac5999b55ccfc56ab1df", 8430868},
 			AD_LISTEND
 		},
-		Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS , GUIO_NONE
+		Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS , GUIO1(GUIO_NONE)
 	},
 	{
 		"soltys", "Soltys Freeware v1.0",






More information about the Scummvm-git-logs mailing list