diff options
author | Max Horn | 2003-07-15 02:16:33 +0000 |
---|---|---|
committer | Max Horn | 2003-07-15 02:16:33 +0000 |
commit | b05e7de7bb7d59647356d63ccb10e53bbec61bcd (patch) | |
tree | 9086c81565e5a46e912fd00a63239bc46b2bf342 /backends/midi | |
parent | cc8334638b5f3f79e23b5580282a753f65b75ad5 (diff) | |
download | scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.tar.gz scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.tar.bz2 scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.zip |
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date
svn-id: r9032
Diffstat (limited to 'backends/midi')
-rw-r--r-- | backends/midi/adlib.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/midi/adlib.cpp b/backends/midi/adlib.cpp index 9483c14b44..cbbeb59b7e 100644 --- a/backends/midi/adlib.cpp +++ b/backends/midi/adlib.cpp @@ -872,11 +872,11 @@ void MidiDriver_ADLIB::close() { uint i; for (i = 0; i < ARRAYSIZE(_voices); ++i) { if (_voices [i]._part) - mc_off (&_voices [i]); + mc_off(&_voices [i]); } // Detach the premix callback handler - _mixer->setupPremix (0, 0); + _mixer->setupPremix(0, 0); // Turn off the OPL emulation // YM3812Shutdown(); |