aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/plugin.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-02-04 13:37:02 +0000
committerEugene Sandulenko2007-02-04 13:37:02 +0000
commit70833e89a41f8f0b239fb7da301c488b4b473a22 (patch)
tree9d098b6d2055b773bb9844f29db11f6edbc480f3 /engines/touche/plugin.cpp
parent4e9e88ac1cc0cab27b311ad39bd3d7e7df990d2b (diff)
downloadscummvm-rg350-70833e89a41f8f0b239fb7da301c488b4b473a22.tar.gz
scummvm-rg350-70833e89a41f8f0b239fb7da301c488b4b473a22.tar.bz2
scummvm-rg350-70833e89a41f8f0b239fb7da301c488b4b473a22.zip
Fix warning.
svn-id: r25384
Diffstat (limited to 'engines/touche/plugin.cpp')
-rw-r--r--engines/touche/plugin.cpp2
1 files changed, 2 insertions, 0 deletions
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
};