aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/player_v1.h')
-rw-r--r--engines/scumm/player_v1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/player_v1.h b/engines/scumm/player_v1.h
index 60ba8ad26d..f1c9a5ea1e 100644
--- a/engines/scumm/player_v1.h
+++ b/engines/scumm/player_v1.h
@@ -33,7 +33,7 @@ namespace Scumm {
*/
class Player_V1 : public Player_V2 {
public:
- Player_V1(ScummEngine *scumm, bool pcjr);
+ Player_V1(ScummEngine *scumm, Audio::Mixer *mixer, bool pcjr);
~Player_V1();
virtual void startSound(int sound);