diff options
author | Torbjörn Andersson | 2007-02-01 20:05:30 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2007-02-01 20:05:30 +0000 |
commit | 586a01d03807cd870b4f6cf6467d88bd8f1ea3d9 (patch) | |
tree | 1aade7db414b2217a28bb2c93ccb077b5625d448 /engines | |
parent | 7e4fdbb36e7632deba005e5219e953029a51a524 (diff) | |
download | scummvm-rg350-586a01d03807cd870b4f6cf6467d88bd8f1ea3d9.tar.gz scummvm-rg350-586a01d03807cd870b4f6cf6467d88bd8f1ea3d9.tar.bz2 scummvm-rg350-586a01d03807cd870b4f6cf6467d88bd8f1ea3d9.zip |
Fixed warning.
svn-id: r25325
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agi/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 05e483cefa..dcb328c314 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -995,7 +995,7 @@ static const AGIGameDescription gameDescriptions[] = { FANMADE("Voodoo Girl - Queen of the Darned (v1.2 2002 Mar 29)", "11d0417b7b886f963d0b36789dac4c8f"), FANMADE("Wizaro (v0.1)", "abeec1eda6eaf8dbc52443ea97ff140c"), - { { NULL, NULL, {NULL, 0, NULL, 0}, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0, 0 } + { { NULL, NULL, { { NULL, 0, NULL, 0 } }, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0, 0 } }; } |