diff options
-rw-r--r-- | simon/midi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/midi.h b/simon/midi.h index bbe5bf725c..8e14a239bc 100644 --- a/simon/midi.h +++ b/simon/midi.h @@ -83,7 +83,7 @@ public: // 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; } |