diff options
author | Travis Howell | 2010-04-03 14:16:36 +0000 |
---|---|---|
committer | Travis Howell | 2010-04-03 14:16:36 +0000 |
commit | 45651803f1c6f20779afdfbc636e6e33099ac76c (patch) | |
tree | d3650b8ec3f410e1aac5fb4efdf36b4725025b1b /engines/parallaction | |
parent | 1c7752d982cf0598b9ed5d8ff82771e2b8538264 (diff) | |
download | scummvm-rg350-45651803f1c6f20779afdfbc636e6e33099ac76c.tar.gz scummvm-rg350-45651803f1c6f20779afdfbc636e6e33099ac76c.tar.bz2 scummvm-rg350-45651803f1c6f20779afdfbc636e6e33099ac76c.zip |
Disable the load from launcher button, in all games of Parallaction game engine.
svn-id: r48488
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index b07a3b1915..e5e2b22644 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -240,7 +240,7 @@ static const ADParams detectionParams = { // Flags 0, // Additional GUI options (for every game} - Common::GUIO_NONE + Common::GUIO_NOLAUNCHLOAD }; class ParallactionMetaEngine : public AdvancedMetaEngine { |