From 70833e89a41f8f0b239fb7da301c488b4b473a22 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 4 Feb 2007 13:37:02 +0000 Subject: Fix warning. svn-id: r25384 --- engines/touche/plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/touche/plugin.cpp b/engines/touche/plugin.cpp index ab635c4984..ccd34c4468 100644 --- a/engines/touche/plugin.cpp +++ b/engines/touche/plugin.cpp @@ -104,6 +104,8 @@ static const Common::ADParams detectionParams = { 0, // Name of single gameid (optional) "touche", + // List of files for file-based fallback detection (optional) + 0, // Flags 0 }; -- cgit v1.2.3