aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v3a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v3a.cpp')
-rw-r--r--scumm/player_v3a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v3a.cpp b/scumm/player_v3a.cpp
index bebc98cf6b..3c7d6766a9 100644
--- a/scumm/player_v3a.cpp
+++ b/scumm/player_v3a.cpp
@@ -38,7 +38,7 @@ static const uint16 note_freqs[4][12] = {
//
////////////////////////////////////////
-Player_V3A::Player_V3A(Scumm *scumm) {
+Player_V3A::Player_V3A(ScummEngine *scumm) {
int i;
_scumm = scumm;
_system = scumm->_system;