diff options
-rw-r--r-- | engines/agos/agosgame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/agosgame.cpp b/engines/agos/agosgame.cpp index f3fcca7707..e5b851a376 100644 --- a/engines/agos/agosgame.cpp +++ b/engines/agos/agosgame.cpp @@ -1788,5 +1788,5 @@ static const AGOSGameDescription gameDescriptions[] = { GID_SWAMPY, GF_OLD_BUNDLE | GF_TALKIE, }, - { { NULL, NULL, {NULL, 0, NULL}, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0, 0 } + { { NULL, NULL, { { NULL, 0, NULL }, { NULL, 0, NULL } }, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0, 0 } }; |