mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 04:43:26 +00:00
SCI: Undo commit #40917 (SongIteratorChannel::resetSynthChannels now again does something)
svn-id: r40921
This commit is contained in:
parent
099a29b6bf
commit
50157fbca9
@ -126,9 +126,9 @@ void SongIteratorChannel::init(int id_, int offset_, int end_) {
|
||||
saw_notes = 0;
|
||||
}
|
||||
|
||||
extern SfxPlayer *player; // FIXME
|
||||
|
||||
void SongIteratorChannel::resetSynthChannels() {
|
||||
#if 0
|
||||
extern SfxPlayer *player; // FIXME
|
||||
byte buf[5];
|
||||
|
||||
for (int i = 0; i < MIDI_CHANNELS; i++) {
|
||||
@ -147,7 +147,6 @@ void SongIteratorChannel::resetSynthChannels() {
|
||||
/* TODO: Reset other controls? */
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
static int _parse_sci_midi_command(BaseSongIterator *self, byte *buf,
|
||||
|
Loading…
x
Reference in New Issue
Block a user