diff options
-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[] = { |