From 39b8bda921b88a60bc912464ed33885f7670997d Mon Sep 17 00:00:00 2001 From: Benjamin Haisch Date: Tue, 15 Jun 2010 07:30:25 +0000 Subject: TOLTECS: Fix warning --- engines/toltecs/detection.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp index acb9edfd98..391f5786cf 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -156,7 +156,9 @@ static const ADParams detectionParams = { // Flags 0, // Additional GUI options (for every game} - Common::GUIO_NONE + Common::GUIO_NONE, + // Maximum directory depth + 1 }; class ToltecsMetaEngine : public AdvancedMetaEngine { -- cgit v1.2.3