Disable load from the launcher button for AGOS and Gob games with use of GUI options

svn-id: r41277
This commit is contained in:
Eugene Sandulenko 2009-06-06 17:59:04 +00:00
parent 472e5906ca
commit c8aa63e553
3 changed files with 11 additions and 4 deletions

View file

@ -3677,7 +3677,7 @@ static const ADParams detectionParams = {
// Flags
0,
// Additional GUI options (for every game}
Common::GUIO_NONE
Common::GUIO_NOLAUNCHLOAD
};
class GobMetaEngine : public AdvancedMetaEngine {