aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq/pcjr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/softseq/pcjr.h')
-rw-r--r--engines/sci/sfx/softseq/pcjr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/softseq/pcjr.h b/engines/sci/sfx/softseq/pcjr.h
index 8bfa5ab8b1..9a88812c94 100644
--- a/engines/sci/sfx/softseq/pcjr.h
+++ b/engines/sci/sfx/softseq/pcjr.h
@@ -67,7 +67,7 @@ private:
class MidiPlayer_PCJr : public MidiPlayer {
public:
MidiPlayer_PCJr() { _driver = new MidiDriver_PCJr(g_system->getMixer()); }
- int open(ResourceManager *resmgr) { return static_cast<MidiDriver_PCJr *>(_driver)->open(getPolyphony()); }
+ int open(ResourceManager *resourceManager) { return static_cast<MidiDriver_PCJr *>(_driver)->open(getPolyphony()); }
int getPlayMask() const { return 0x10; }
int getPolyphony() const { return 3; }
bool hasRhythmChannel() const { return false; }