diff options
author | Eugene Sandulenko | 2004-06-20 19:19:53 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-06-20 19:19:53 +0000 |
commit | dad34825008fdcebd0ae869cfaea13dfda5fcaa7 (patch) | |
tree | b9c1742a68541eec75a5730a6288f67c49f4cb0e | |
parent | 38ed122c9595a7475bc4020f40c8a4bea31a16d2 (diff) | |
download | scummvm-rg350-dad34825008fdcebd0ae869cfaea13dfda5fcaa7.tar.gz scummvm-rg350-dad34825008fdcebd0ae869cfaea13dfda5fcaa7.tar.bz2 scummvm-rg350-dad34825008fdcebd0ae869cfaea13dfda5fcaa7.zip |
Fix compilation
svn-id: r13981
-rw-r--r-- | scumm/imuse_digi/dimuse_script.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scumm/imuse_digi/dimuse_script.cpp b/scumm/imuse_digi/dimuse_script.cpp index 68a8260024..d6b4918855 100644 --- a/scumm/imuse_digi/dimuse_script.cpp +++ b/scumm/imuse_digi/dimuse_script.cpp @@ -385,13 +385,4 @@ void IMuseDigital::pause(bool p) { } } // End of namespace Scumm -DETRACKS; l++) { - Track *track = _track[l]; - if (track->used) { - _vm->_mixer->pauseHandle(track->handle, p); - } - } - _pause = p; -} -} // End of namespace Scumm |