aboutsummaryrefslogtreecommitdiff
path: root/akos.cpp
diff options
context:
space:
mode:
authorVincent Hamm2002-07-11 18:54:16 +0000
committerVincent Hamm2002-07-11 18:54:16 +0000
commit362333fa4196f9dd899fed68c3c013ec7fe7529b (patch)
tree975ab6e5eb6f0dee5475816b638323a37c9cd555 /akos.cpp
parent9dc2331f32c637ce7aa552f67ffe904dca3cae55 (diff)
downloadscummvm-rg350-362333fa4196f9dd899fed68c3c013ec7fe7529b.tar.gz
scummvm-rg350-362333fa4196f9dd899fed68c3c013ec7fe7529b.tar.bz2
scummvm-rg350-362333fa4196f9dd899fed68c3c013ec7fe7529b.zip
Fixed the akos missposition bug when entering the nexus in dig
svn-id: r4515
Diffstat (limited to 'akos.cpp')
-rw-r--r--akos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akos.cpp b/akos.cpp
index 6c61acc7d6..f573ae5f4c 100644
--- a/akos.cpp
+++ b/akos.cpp
@@ -903,7 +903,7 @@ void AkosRenderer::codec5()
_vm->updateDirtyRect(0, left, right + 1, top, bottom + 1, 1 << dirty_id);
bdd.dataptr = srcptr;
- bdd.out = vs->screenPtr;
+ bdd.out = outptr;
bdd.outheight = outheight;
bdd.outwidth = outwidth;
bdd.scale_x = 0xFF;