From 1bd6f6c99fbc3328e2405efe3fdec0dec1bf24e4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Jun 2009 17:56:41 +0000 Subject: Added game GUI options to advancedDetector and updated all engines svn-id: r41272 --- engines/agos/detection.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/agos/detection.cpp') diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp index c0af375eb5..d44081967f 100644 --- a/engines/agos/detection.cpp +++ b/engines/agos/detection.cpp @@ -98,7 +98,9 @@ static const ADParams detectionParams = { // List of files for file-based fallback detection (optional) 0, // Flags - 0 + 0, + // Additional GUI options (for every game} + Common::GUIO_NONE }; using namespace AGOS; -- cgit v1.2.3