From 518cfaafcc4479c68518f350844717bfe4258c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ko=C5=82odziejski?= Date: Wed, 2 Oct 2002 17:52:20 +0000 Subject: [PATCH] fixed compilation and indent svn-id: r5077 --- scumm/sound.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scumm/sound.cpp b/scumm/sound.cpp index 879d8a42e4d..defa3946c30 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -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)