From bb1cd924f044a22d1aeef4b6c8a6e0c66aa2cf9d Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Mon, 27 Jan 2014 10:09:32 +0100 Subject: SCI: Fix breakage from f92df4c6 --- engines/sci/sound/midiparser_sci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/sound/midiparser_sci.h') diff --git a/engines/sci/sound/midiparser_sci.h b/engines/sci/sound/midiparser_sci.h index 7e24c34144..7c3c5c3483 100644 --- a/engines/sci/sound/midiparser_sci.h +++ b/engines/sci/sound/midiparser_sci.h @@ -89,7 +89,7 @@ public: protected: void parseNextEvent(EventInfo &info); - void processEvent(const EventInfo &info, bool fireEvents = true); + bool processEvent(const EventInfo &info, bool fireEvents = true); byte *midiMixChannels(); byte *midiFilterChannels(int channelMask); byte midiGetNextChannel(long ticker); -- cgit v1.2.3