diff options
| author | Strangerke | 2011-11-16 00:03:24 +0100 | 
|---|---|---|
| committer | Strangerke | 2011-11-16 00:03:24 +0100 | 
| commit | a1ff0ec7442069ccd1f236ae6459ff0edf944611 (patch) | |
| tree | dce62f567abd3c3eeb7fadc280cba38fdf26ba2d | |
| parent | 3d59d9a13765b841fb7bc6495dcaabf17ee45c60 (diff) | |
| download | scummvm-rg350-a1ff0ec7442069ccd1f236ae6459ff0edf944611.tar.gz scummvm-rg350-a1ff0ec7442069ccd1f236ae6459ff0edf944611.tar.bz2 scummvm-rg350-a1ff0ec7442069ccd1f236ae6459ff0edf944611.zip  | |
CGE: Fix GUIO1 on an entry for consistency in detection
| -rw-r--r-- | engines/cge/detection.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp index 3ee65a3370..58f84d0c3e 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",  | 
