aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v1.cpp')
-rw-r--r--scumm/player_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v1.cpp b/scumm/player_v1.cpp
index 549742aab3..95e2fc48af 100644
--- a/scumm/player_v1.cpp
+++ b/scumm/player_v1.cpp
@@ -35,7 +35,7 @@
////////////////////////////////////////
-Player_V1::Player_V1(Scumm *scumm) : Player_V2(scumm) {
+Player_V1::Player_V1(ScummEngine *scumm) : Player_V2(scumm) {
// Initialize channel code
for (int i = 0; i < 4; ++i)
clear_channel(i);