aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/coktelvideo.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-12-16 02:57:48 +0000
committerSven Hesse2008-12-16 02:57:48 +0000
commitc45f149ea181c97a1dcacd9f89231d2fe396791b (patch)
tree5075302c6d9499a5a405e61978c7ea9df586000e /engines/gob/coktelvideo.cpp
parent45842bf9e29963cca8f677de249fa815e84687a3 (diff)
downloadscummvm-rg350-c45f149ea181c97a1dcacd9f89231d2fe396791b.tar.gz
scummvm-rg350-c45f149ea181c97a1dcacd9f89231d2fe396791b.tar.bz2
scummvm-rg350-c45f149ea181c97a1dcacd9f89231d2fe396791b.zip
First step at getting the magnifier and memory view corrected
svn-id: r35389
Diffstat (limited to 'engines/gob/coktelvideo.cpp')
-rw-r--r--engines/gob/coktelvideo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/coktelvideo.cpp b/engines/gob/coktelvideo.cpp
index 5ce7f20db8..7b5ef8a5c5 100644
--- a/engines/gob/coktelvideo.cpp
+++ b/engines/gob/coktelvideo.cpp
@@ -1522,6 +1522,7 @@ void Vmd::blit(byte *dest, byte *src, int16 width, int16 height) {
void Vmd::blit16(byte *dest, uint16 *src, int16 width, int16 height) {
int16 vWidth = _width >> 1;
+ width >>= 1;
assert(_palLUT);