aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-09 11:26:15 +0000
committerJohannes Schickel2009-06-09 11:26:15 +0000
commitac46c98fb82f124bad5f2ece496b885a344e2cde (patch)
treea37b0e646a291e56a98287f79111a9895d3a95b8 /engines/kyra/scene_lol.cpp
parent4a1029dee41adddc804eaba63dd2f1df2474b684 (diff)
downloadscummvm-rg350-ac46c98fb82f124bad5f2ece496b885a344e2cde.tar.gz
scummvm-rg350-ac46c98fb82f124bad5f2ece496b885a344e2cde.tar.bz2
scummvm-rg350-ac46c98fb82f124bad5f2ece496b885a344e2cde.zip
- Moved Screen_v2::copyWsaRect to Screen::copyWsaRect
- Made WSAMovie_v1::displayFrame code match the original - Changed WSAMovieAmiga::displayFrame to use Screen::copyWsaRect too - Got rid of '...' parameter usage in all WSA player classes svn-id: r41398
Diffstat (limited to 'engines/kyra/scene_lol.cpp')
-rw-r--r--engines/kyra/scene_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/scene_lol.cpp b/engines/kyra/scene_lol.cpp
index 0236e4fa7d..370940c4e4 100644
--- a/engines/kyra/scene_lol.cpp
+++ b/engines/kyra/scene_lol.cpp
@@ -1312,7 +1312,7 @@ void LoLEngine::processGasExplosion(int soundId) {
uint8 *p2 = _screen->getPalette(3);
if (dist) {
- WSAMovie_v2 *mov = new WSAMovie_v2(this, _screen);
+ WSAMovie_v2 *mov = new WSAMovie_v2(this);
char file[13];
snprintf(file, 13, "gasexp%0d.wsa", dist);
mov->open(file, 1, 0);