[Scummvm-cvs-logs] CVS: scummvm/sound mididrv.cpp,1.35,1.36
Nicolas Noble
pixels at users.sourceforge.net
Sat May 18 14:10:02 CEST 2002
Update of /cvsroot/scummvm/scummvm/sound
In directory usw-pr-cvs1:/tmp/cvs-serv9156/sound
Modified Files:
mididrv.cpp
Log Message:
And now commiting the *REAL* arisme patch...
Index: mididrv.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- mididrv.cpp 18 May 2002 21:07:29 -0000 1.35
+++ mididrv.cpp 18 May 2002 21:09:40 -0000 1.36
@@ -160,7 +160,7 @@
break;
case ME_TEMPO:
/* change tempo event */
- ev->dwEvent = (MEVT_TEMPO<<24) | (my_ev->event&0xFFFFFF);
+ ev->dwEvent = (ME_TEMPO<<24) | (my_ev->event&0xFFFFFF);
break;
default:
error("Invalid event type passed");
More information about the Scummvm-git-logs
mailing list