From 8ea6831825f2d16ca03a8bc5be946465f9bb3fd9 Mon Sep 17 00:00:00 2001 From: Benjamin Haisch Date: Thu, 17 Jun 2010 19:26:27 +0000 Subject: TOLTECS: Fix warning --- engines/toltecs/detection.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/toltecs') 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 { -- cgit v1.2.3