diff options
| author | Max Horn | 2004-05-13 19:33:24 +0000 |
|---|---|---|
| committer | Max Horn | 2004-05-13 19:33:24 +0000 |
| commit | 14cc9b6e3ea881e6b7f61259af102f559aa64272 (patch) | |
| tree | 901084843f417749277c90d2355c2892f22fa9ba | |
| parent | 1b78dc468fe249fe22cad149ab5b04c27a644464 (diff) | |
| download | scummvm-rg350-14cc9b6e3ea881e6b7f61259af102f559aa64272.tar.gz scummvm-rg350-14cc9b6e3ea881e6b7f61259af102f559aa64272.tar.bz2 scummvm-rg350-14cc9b6e3ea881e6b7f61259af102f559aa64272.zip | |
fix warning
svn-id: r13836
| -rw-r--r-- | scumm/imuse_digi/dimuse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse_digi/dimuse.cpp b/scumm/imuse_digi/dimuse.cpp index 0a297702e9..5ac31b305d 100644 --- a/scumm/imuse_digi/dimuse.cpp +++ b/scumm/imuse_digi/dimuse.cpp @@ -237,7 +237,7 @@ void IMuseDigital::callback() { int bits = _sound->getBits(_track[l]->soundHandle); int channels = _sound->getChannels(_track[l]->soundHandle); - int32 bufferUsage = _track[l]->iteration - _track[l]->stream->getFreeSpace(); +// int32 bufferUsage = _track[l]->iteration - _track[l]->stream->getFreeSpace(); int32 bufferMin = _track[l]->iteration / 25; // if (bufferMin < bufferUsage) // continue; |
