diff options
author | Benjamin Haisch | 2010-06-17 19:26:27 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-11-20 22:43:09 +0100 |
commit | 8ea6831825f2d16ca03a8bc5be946465f9bb3fd9 (patch) | |
tree | fc2b829c29a107320a121123e810ec663f9a767d | |
parent | 39b8bda921b88a60bc912464ed33885f7670997d (diff) | |
download | scummvm-rg350-8ea6831825f2d16ca03a8bc5be946465f9bb3fd9.tar.gz scummvm-rg350-8ea6831825f2d16ca03a8bc5be946465f9bb3fd9.tar.bz2 scummvm-rg350-8ea6831825f2d16ca03a8bc5be946465f9bb3fd9.zip |
TOLTECS: Fix warning
-rw-r--r-- | engines/toltecs/detection.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp index 391f5786cf..a341bea6f3 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -158,7 +158,9 @@ static const ADParams detectionParams = { // Additional GUI options (for every game} Common::GUIO_NONE, // Maximum directory depth - 1 + 1, + // List of directory globs + 0 }; class ToltecsMetaEngine : public AdvancedMetaEngine { |