aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
Diffstat (limited to 'simon')
-rw-r--r--simon/midi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp
index 1dbd4db623..4437947144 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -274,7 +274,7 @@ bool MidiPlayer::fill_helper(NoteRec *nr, MidiEvent *me)
// _midi_var8 = (_currentSong->ppqn * 60000) / tempo;
me->delta = b;
- me->event = (MidiDriver::ME_TEMPO << 24) | tempo;
+ me->event = (MidiStreamer::ME_TEMPO << 24) | tempo;
return true;
}