mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Silenced MSVC warning
svn-id: r40916
This commit is contained in:
parent
c96cf97ea7
commit
dfdc239d1f
@ -1328,7 +1328,7 @@ Audio::AudioStream* AudioResource::getAudioStream(uint16 audioNumber, int *sampl
|
||||
bool found = false;
|
||||
byte *data = 0;
|
||||
char filename[40];
|
||||
byte flags;
|
||||
byte flags = 0;
|
||||
|
||||
// Try to load from an external patch file first
|
||||
Sci::Resource* audioRes = _resMgr->findResource(kResourceTypeAudio, audioNumber, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user