aboutsummaryrefslogtreecommitdiff
path: root/akos.cpp
diff options
context:
space:
mode:
authorVincent Hamm2002-06-27 14:10:56 +0000
committerVincent Hamm2002-06-27 14:10:56 +0000
commita88b78fc371e08f73839c564726f96358f84a8b1 (patch)
tree9b4b3317b491e36abe0ddc000b8cbdd62a1021bc /akos.cpp
parenta1ccc73112525275917472a8c13be9f048cdee6b (diff)
downloadscummvm-rg350-a88b78fc371e08f73839c564726f96358f84a8b1.tar.gz
scummvm-rg350-a88b78fc371e08f73839c564726f96358f84a8b1.tar.bz2
scummvm-rg350-a88b78fc371e08f73839c564726f96358f84a8b1.zip
Fixed the gost animation background reset. Made a little tweak to draw the gui in vertical rooms (not 100% working)
svn-id: r4435
Diffstat (limited to 'akos.cpp')
-rw-r--r--akos.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/akos.cpp b/akos.cpp
index f57b84b8e6..a14a09496b 100644
--- a/akos.cpp
+++ b/akos.cpp
@@ -928,8 +928,10 @@ void AkosRenderer::codec5()
if(left > max_width)
left -= left - max_width;
+ // Yazoo: this is not correct, but fix a lots of bugs for the momment
+
draw_top = 0;
- draw_bottom = 200;
+ draw_bottom = vs->height;
_vm->updateDirtyRect(0, left, right+1, top, bottom+1, 1 << dirty_id);