[Scummvm-cvs-logs] CVS: scummvm/simon midi.h,1.15,1.16
Jamieson Christian
jamieson630 at users.sourceforge.net
Thu May 22 21:17:05 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm saveload.cpp,1.76,1.77
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,2.51,2.52 imuse_internal.h,2.1,2.2 imuse_player.cpp,2.1,2.2 saveload.h,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv22581/simon
Modified Files:
midi.h
Log Message:
Removed invalid timer rate
Index: midi.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/midi.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- midi.h 21 May 2003 06:13:47 -0000 1.15
+++ midi.h 23 May 2003 04:16:37 -0000 1.16
@@ -83,7 +83,7 @@
// Timing functions - MidiDriver now operates timers
void setTimerCallback (void *timer_param, void (*timer_proc) (void *)) { }
- uint32 getBaseTempo (void) { return _driver ? _driver->getBaseTempo() : 0x4A0000; }
+ uint32 getBaseTempo (void) { return _driver ? _driver->getBaseTempo() : 0; }
// Channel allocation functions
MidiChannel *allocateChannel() { return 0; }
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm saveload.cpp,1.76,1.77
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,2.51,2.52 imuse_internal.h,2.1,2.2 imuse_player.cpp,2.1,2.2 saveload.h,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list