mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 07:41:58 +00:00
Fix warning when using -Wuninitialized
svn-id: r47633
This commit is contained in:
parent
23f9891749
commit
f85c77d63e
@ -344,6 +344,8 @@ Audio::AudioStream *Sound::makeMohawkWaveStream(Common::SeekableReadStream *stre
|
|||||||
Cue_Chunk cue;
|
Cue_Chunk cue;
|
||||||
Data_Chunk data_chunk;
|
Data_Chunk data_chunk;
|
||||||
|
|
||||||
|
memset(&data_chunk, 0, sizeof(Data_Chunk));
|
||||||
|
|
||||||
if (stream->readUint32BE() == ID_MHWK) // MHWK tag again
|
if (stream->readUint32BE() == ID_MHWK) // MHWK tag again
|
||||||
debug(2, "Found Tag MHWK");
|
debug(2, "Found Tag MHWK");
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user