mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 04:06:12 +00:00
fixed compilation and indent
svn-id: r5077
This commit is contained in:
parent
98d90696ad
commit
518cfaafcc
@ -569,11 +569,11 @@ int Sound::isSoundRunning(int sound) {
|
||||
|
||||
// Check raw mixer channels, to make sure we're not playing an exotic
|
||||
// sound type manually.
|
||||
for (int i = 0; i < _scumm->_mixer->NUM_CHANNELS; i++) {
|
||||
if (_scumm->_mixer->_channels[i] && (_scumm->_mixer->_channels[i]->_id == sound)) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
for (i = 0; i < _scumm->_mixer->NUM_CHANNELS; i++) {
|
||||
if (_scumm->_mixer->_channels[i] && (_scumm->_mixer->_channels[i]->_id == sound)) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
se = _scumm->_imuse;
|
||||
if (!se)
|
||||
|
Loading…
x
Reference in New Issue
Block a user