aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/softseq/mididriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sound/softseq/mididriver.h')
-rw-r--r--engines/sci/sound/softseq/mididriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/softseq/mididriver.h b/engines/sci/sound/softseq/mididriver.h
index df0532d732..0569374a10 100644
--- a/engines/sci/sound/softseq/mididriver.h
+++ b/engines/sci/sound/softseq/mididriver.h
@@ -81,7 +81,7 @@ public:
MidiChannel *getPercussionChannel() { return _driver->getPercussionChannel(); }
void setTimerCallback(void *timer_param, Common::TimerManager::TimerProc timer_proc) { _driver->setTimerCallback(timer_param, timer_proc); }
- virtual int getPlayMask(SciVersion soundVersion) = 0;
+ virtual byte getPlayId(SciVersion soundVersion) = 0;
virtual int getPolyphony() const = 0;
virtual void setVolume(byte volume) {