From b05e7de7bb7d59647356d63ccb10e53bbec61bcd Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 15 Jul 2003 02:16:33 +0000 Subject: 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 --- backends/midi/adlib.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/midi') 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(); -- cgit v1.2.3