Fix warning when using -Wuninitialized
svn-id: r47633
This commit is contained in:
parent
23f9891749
commit
f85c77d63e
1 changed files with 2 additions and 0 deletions
|
@ -344,6 +344,8 @@ Audio::AudioStream *Sound::makeMohawkWaveStream(Common::SeekableReadStream *stre
|
|||
Cue_Chunk cue;
|
||||
Data_Chunk data_chunk;
|
||||
|
||||
memset(&data_chunk, 0, sizeof(Data_Chunk));
|
||||
|
||||
if (stream->readUint32BE() == ID_MHWK) // MHWK tag again
|
||||
debug(2, "Found Tag MHWK");
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue