diff options
author | Torbjörn Andersson | 2009-04-22 03:46:49 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2009-04-22 03:46:49 +0000 |
commit | ad1f7385df43929f4ea0a2610ae4525aa9d62600 (patch) | |
tree | efd47d217431e5f6c63321e7ccc6003944568df6 | |
parent | 6206ea92bb8f194eec3db85a964018b2f76a16f0 (diff) | |
download | scummvm-rg350-ad1f7385df43929f4ea0a2610ae4525aa9d62600.tar.gz scummvm-rg350-ad1f7385df43929f4ea0a2610ae4525aa9d62600.tar.bz2 scummvm-rg350-ad1f7385df43929f4ea0a2610ae4525aa9d62600.zip |
Fixed compilation.
svn-id: r40062
-rw-r--r-- | engines/gob/detection.cpp | 2 |
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[] = { |