[Scummvm-cvs-logs] CVS: scummvm/backends/midi adlib.cpp,1.35,1.36
Max Horn
fingolfin at users.sourceforge.net
Mon Jul 14 19:17:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/backends/midi
In directory sc8-pr-cvs1:/tmp/cvs-serv17891/backends/midi
Modified Files:
adlib.cpp
Log Message:
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
Index: adlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/adlib.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- adlib.cpp 11 Jul 2003 10:47:10 -0000 1.35
+++ adlib.cpp 15 Jul 2003 02:16:32 -0000 1.36
@@ -872,11 +872,11 @@
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();
More information about the Scummvm-git-logs
mailing list