aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/detection.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2007-01-15 19:56:27 +0000
committerTorbjörn Andersson2007-01-15 19:56:27 +0000
commit48061b339297a363b87856b8cb7db95650e4befe (patch)
tree6902715ddc3dda97f233aa01a5ea6000117a5661 /engines/cine/detection.cpp
parent1bde157987624fd8b91c7cfb8cad3ccd3bf9f265 (diff)
downloadscummvm-rg350-48061b339297a363b87856b8cb7db95650e4befe.tar.gz
scummvm-rg350-48061b339297a363b87856b8cb7db95650e4befe.tar.bz2
scummvm-rg350-48061b339297a363b87856b8cb7db95650e4befe.zip
Fixed warning.
svn-id: r25092
Diffstat (limited to 'engines/cine/detection.cpp')
-rw-r--r--engines/cine/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index aea9b1ed50..c21a66d91c 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -419,7 +419,7 @@ static const CINEGameDescription gameDescriptions[] = {
0,
},
- { { NULL, NULL, {NULL, 0, NULL}, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0 }
+ { { NULL, NULL, AD_ENTRY1(NULL, NULL), Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0 }
};
bool CineEngine::initGame() {