[Scummvm-cvs-logs] CVS: scummvm/sound mididrv.cpp,1.36,1.37
Nicolas Noble
pixels at users.sourceforge.net
Sat May 18 14:13:01 CEST 2002
Update of /cvsroot/scummvm/scummvm/sound
In directory usw-pr-cvs1:/tmp/cvs-serv10791/sound
Modified Files:
mididrv.cpp
Log Message:
The second part of armisme fix is here...
<Arisme> but on the bright side, now ScummVM will be #1 on Sourceforge :D
Oh well....
Index: mididrv.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- mididrv.cpp 18 May 2002 21:09:40 -0000 1.36
+++ mididrv.cpp 18 May 2002 21:12:11 -0000 1.37
@@ -1271,7 +1271,7 @@
event = my_evs[i].event;
if ((event>>24) == ME_TEMPO) {
- event = (MEVT_TEMPO << 24) | (event & 0xFFFFFF);
+ event = (ME_TEMPO << 24) | (event & 0xFFFFFF);
}
driver->send(event);
if (my_evs[i].delta) {
More information about the Scummvm-git-logs
mailing list