From 4aa5649c1ef4f243a2fc3e14e494d743aa7e12c1 Mon Sep 17 00:00:00 2001 From: James Brown Date: Thu, 11 Nov 2004 14:19:38 +0000 Subject: Erm, this was never meant to be commited. I might as well leave the .h change for now, until kyra is investigated further. svn-id: r15788 --- sound/midiparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound/midiparser.cpp') diff --git a/sound/midiparser.cpp b/sound/midiparser.cpp index f41580e665..48d8f6d0d1 100644 --- a/sound/midiparser.cpp +++ b/sound/midiparser.cpp @@ -181,8 +181,8 @@ void MidiParser::onTimer() { _position._last_event_tick += info.delta; if (info.event < 0x80) { warning("Bad command or running status %02X", info.event); - //_position._play_pos = 0; - //return; + _position._play_pos = 0; + return; } if (info.event == 0xF0) { -- cgit v1.2.3