aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorFilippos Karapetis2008-12-17 14:48:57 +0000
committerFilippos Karapetis2008-12-17 14:48:57 +0000
commit10e471bb5b0b4ac6f2475c060703e55168601846 (patch)
treed8e266f43b0698daffd090f2710a40e05f3fd289 /engines/scumm
parentd0e2107b7e07587f732ae1f882b8ddae8c5ef5bd (diff)
downloadscummvm-rg350-10e471bb5b0b4ac6f2475c060703e55168601846.tar.gz
scummvm-rg350-10e471bb5b0b4ac6f2475c060703e55168601846.tar.bz2
scummvm-rg350-10e471bb5b0b4ac6f2475c060703e55168601846.zip
- Added some disabled code for Smacker audio support (still incomplete, not working yet)
- Made the _image buffer protected instead of private (in case it's coped directly to the screen and not an intermediate buffer) svn-id: r35411
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/he/animation_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/animation_he.cpp b/engines/scumm/he/animation_he.cpp
index 666660a573..82728a3f0d 100644
--- a/engines/scumm/he/animation_he.cpp
+++ b/engines/scumm/he/animation_he.cpp
@@ -33,7 +33,7 @@
namespace Scumm {
MoviePlayer::MoviePlayer(ScummEngine_v90he *vm, Audio::Mixer *mixer)
- : SMKPlayer(), _vm(vm), _mixer(mixer) {
+ : SMKPlayer(mixer), _vm(vm), _mixer(mixer) {
_flags = 0;
_wizResNum = 0;