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
This commit is contained in:
Max Horn 2003-07-15 02:16:33 +00:00
parent cc8334638b
commit b05e7de7bb
13 changed files with 80 additions and 29 deletions

View file

@ -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();