From 3f55f2669d560489ee017d64f5bdd0f785cf796e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 2 Oct 2003 22:42:03 +0000 Subject: renamed class Scumm to ScummEngine (consisten with other engine names; also makes room for a potential 'Scumm' namespace) svn-id: r10549 --- scumm/player_mod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/player_mod.cpp') diff --git a/scumm/player_mod.cpp b/scumm/player_mod.cpp index c541ab19d1..d0928a54ed 100644 --- a/scumm/player_mod.cpp +++ b/scumm/player_mod.cpp @@ -28,7 +28,7 @@ // //////////////////////////////////////// -Player_MOD::Player_MOD(Scumm *scumm) { +Player_MOD::Player_MOD(ScummEngine *scumm) { int i; _mixer = scumm->_mixer; _samplerate = scumm->_system->property(OSystem::PROP_GET_SAMPLE_RATE, 0); -- cgit v1.2.3