mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
Fixed GCC warning
svn-id: r34032
This commit is contained in:
parent
8b48de9949
commit
05bac1e74e
@ -3311,7 +3311,9 @@ void TownsPC98_OpnDriver::reset() {
|
||||
if (_pcmChannel)
|
||||
_pcmChannel->reset();
|
||||
|
||||
_musicPlaying = _sfxPlaying = _fading = false;
|
||||
_musicPlaying = false;
|
||||
_sfxPlaying = false;
|
||||
_fading = false;
|
||||
_looping = 0;
|
||||
_musicTickCounter = 0;
|
||||
_sfxData = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user