Fixed GCC warning

svn-id: r34032
This commit is contained in:
Max Horn 2008-08-19 10:52:39 +00:00
parent 8b48de9949
commit 05bac1e74e

View File

@ -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;