diff options
author | Willem Jan Palenstijn | 2013-09-21 11:10:40 -0700 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-09-21 11:10:40 -0700 |
commit | a0e0b21d91e6addb2524dc5ff5477892630b0d20 (patch) | |
tree | 4a410f6c32f452afaef54c43119730cf6b53c60b /engines/sci/sound/music.h | |
parent | 97b255ab33fa5fcd4507573e77cd42a8406e1b55 (diff) | |
parent | 4b5ca10f68effb88e297d72f6ea366d760acf9ed (diff) | |
download | scummvm-rg350-a0e0b21d91e6addb2524dc5ff5477892630b0d20.tar.gz scummvm-rg350-a0e0b21d91e6addb2524dc5ff5477892630b0d20.tar.bz2 scummvm-rg350-a0e0b21d91e6addb2524dc5ff5477892630b0d20.zip |
Merge pull request #398 from wjp/sci_midiparser
SCI: Move MIDI event processing out of parseNextEvent
Diffstat (limited to 'engines/sci/sound/music.h')
-rw-r--r-- | engines/sci/sound/music.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/sound/music.h b/engines/sci/sound/music.h index b582e7f1a9..40236c8445 100644 --- a/engines/sci/sound/music.h +++ b/engines/sci/sound/music.h @@ -65,7 +65,6 @@ public: uint16 resourceId; bool isQueued; // for SCI0 only! - bool inFastForward; // if we are currently fast-forwarding (disables any signals to scripts) uint16 dataInc; uint16 ticker; |