diff options
author | Eugene Sandulenko | 2007-02-04 13:37:02 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-02-04 13:37:02 +0000 |
commit | 70833e89a41f8f0b239fb7da301c488b4b473a22 (patch) | |
tree | 9d098b6d2055b773bb9844f29db11f6edbc480f3 | |
parent | 4e9e88ac1cc0cab27b311ad39bd3d7e7df990d2b (diff) | |
download | scummvm-rg350-70833e89a41f8f0b239fb7da301c488b4b473a22.tar.gz scummvm-rg350-70833e89a41f8f0b239fb7da301c488b4b473a22.tar.bz2 scummvm-rg350-70833e89a41f8f0b239fb7da301c488b4b473a22.zip |
Fix warning.
svn-id: r25384
-rw-r--r-- | engines/touche/plugin.cpp | 2 |
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 }; |