aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_v4a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/player_v4a.cpp')
-rw-r--r--engines/scumm/player_v4a.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/engines/scumm/player_v4a.cpp b/engines/scumm/player_v4a.cpp
index dabbd5f950..3866775f33 100644
--- a/engines/scumm/player_v4a.cpp
+++ b/engines/scumm/player_v4a.cpp
@@ -32,17 +32,17 @@
namespace Scumm {
-Player_V4A::Player_V4A(ScummEngine *scumm, Audio::Mixer *mixer) :
- _vm(scumm),
- _mixer(mixer),
- _tfmxMusic(_mixer->getOutputRate(), true),
- _tfmxSfx(_mixer->getOutputRate(), true),
- _musicHandle(),
- _sfxHandle(),
- _musicId(),
- _sfxSlots(),
- _initState(0),
- _signal(0) {
+Player_V4A::Player_V4A(ScummEngine *scumm, Audio::Mixer *mixer)
+ : _vm(scumm),
+ _mixer(mixer),
+ _tfmxMusic(_mixer->getOutputRate(), true),
+ _tfmxSfx(_mixer->getOutputRate(), true),
+ _musicHandle(),
+ _sfxHandle(),
+ _musicId(),
+ _sfxSlots(),
+ _initState(0),
+ _signal(0) {
assert(scumm);
assert(mixer);