From 48061b339297a363b87856b8cb7db95650e4befe Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 15 Jan 2007 19:56:27 +0000 Subject: Fixed warning. svn-id: r25092 --- engines/cine/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine/detection.cpp') 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() { -- cgit v1.2.3