From 65b2c9793bbf7ef400322fe36e942a908cba60c5 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Sat, 18 May 2002 21:09:40 +0000 Subject: And now commiting the *REAL* arisme patch... svn-id: r4352 --- sound/mididrv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/mididrv.cpp') diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp index 65dcee84ae..4c639e68e6 100644 --- a/sound/mididrv.cpp +++ b/sound/mididrv.cpp @@ -160,7 +160,7 @@ void MidiDriver_WIN::fill_all() { 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"); -- cgit v1.2.3