From ad1f7385df43929f4ea0a2610ae4525aa9d62600 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 22 Apr 2009 03:46:49 +0000 Subject: Fixed compilation. svn-id: r40062 --- engines/gob/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 7f1f992d4d..708867e6d5 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2488,7 +2488,7 @@ static const GOBGameDescription gameDescriptions[] = { 0, 0 }, - { AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, NULL } + { AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0 } }; static const GOBGameDescription fallbackDescs[] = { -- cgit v1.2.3