aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-11-02 10:01:32 +0000
committerTravis Howell2006-11-02 10:01:32 +0000
commit6b425f03f454fee55013ce7c0455315de2819aef (patch)
tree5f7945b5e3cf9d99fd93f2f00906e07316373cdf /engines/scumm/scumm.cpp
parenta448ed320f8dc9cedba6681b976eb61c8217b2ea (diff)
downloadscummvm-rg350-6b425f03f454fee55013ce7c0455315de2819aef.tar.gz
scummvm-rg350-6b425f03f454fee55013ce7c0455315de2819aef.tar.bz2
scummvm-rg350-6b425f03f454fee55013ce7c0455315de2819aef.zip
Add video code for HE100 games
svn-id: r24586
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r--engines/scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 38de7b602a..6fbd551200 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -735,7 +735,7 @@ ScummEngine_v80he::ScummEngine_v80he(OSystem *syst, const DetectorResult &dr)
ScummEngine_v90he::ScummEngine_v90he(OSystem *syst, const DetectorResult &dr)
: ScummEngine_v80he(syst, dr) {
- _moviePlay = new MoviePlayer(this);
+ _moviePlay = new MoviePlayer(this, _mixer);
_sprite = new Sprite(this);
memset(_videoParams.filename, 0, sizeof(_videoParams.filename));