Fixed warning.

svn-id: r24952
This commit is contained in:
Torbjörn Andersson 2006-12-30 04:50:55 +00:00
parent b0cd34a28b
commit c0ccf07010

View File

@ -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 }
};