aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2009-04-22 03:46:49 +0000
committerTorbjörn Andersson2009-04-22 03:46:49 +0000
commitad1f7385df43929f4ea0a2610ae4525aa9d62600 (patch)
treeefd47d217431e5f6c63321e7ccc6003944568df6 /engines
parent6206ea92bb8f194eec3db85a964018b2f76a16f0 (diff)
downloadscummvm-rg350-ad1f7385df43929f4ea0a2610ae4525aa9d62600.tar.gz
scummvm-rg350-ad1f7385df43929f4ea0a2610ae4525aa9d62600.tar.bz2
scummvm-rg350-ad1f7385df43929f4ea0a2610ae4525aa9d62600.zip
Fixed compilation.
svn-id: r40062
Diffstat (limited to 'engines')
-rw-r--r--engines/gob/detection.cpp2
1 files changed, 1 insertions, 1 deletions
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[] = {