diff options
author | Jamieson Christian | 2003-10-05 21:39:04 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-10-05 21:39:04 +0000 |
commit | 3463af574527c54719e9f095165141c5e3cf9087 (patch) | |
tree | 3a3ee64f24d2bcaa1d30ecf5cf3c836a7562e931 | |
parent | bfce5e500aa09d36b974c29acf91780e0b26b459 (diff) | |
download | scummvm-rg350-3463af574527c54719e9f095165141c5e3cf9087.tar.gz scummvm-rg350-3463af574527c54719e9f095165141c5e3cf9087.tar.bz2 scummvm-rg350-3463af574527c54719e9f095165141c5e3cf9087.zip |
Fixed crash with Euphony looping. (Not that we actually
do looping right now, but I hit this during a test.)
svn-id: r10623
-rw-r--r-- | scumm/midiparser_eup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/midiparser_eup.cpp b/scumm/midiparser_eup.cpp index e6d1191fdf..eeca9fbb6d 100644 --- a/scumm/midiparser_eup.cpp +++ b/scumm/midiparser_eup.cpp @@ -145,7 +145,6 @@ void MidiParser_EUP::parseNextEvent (EventInfo &info) { info.length = 0; info.ext.type = 0x2F; info.ext.data = pos; - pos += 6; break; } } else { |