Fixed some more warnings observed on buildbot

svn-id: r42010
This commit is contained in:
Max Horn 2009-07-01 20:51:34 +00:00
parent a6b57dc3a9
commit c4f6295330
10 changed files with 55 additions and 83 deletions

View file

@ -1130,7 +1130,7 @@ static byte* readSOLAudio(Common::SeekableReadStream *audioStream, uint32 &size,
Audio::AudioStream* SfxState::getAudioStream(uint32 number, uint32 volume, int *sampleLen) {
Audio::AudioStream *audioStream = 0;
uint32 size;
uint32 size = 0;
byte *data = 0;
byte flags = 0;
Sci::Resource* audioRes;