aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-01-10 16:06:48 +0000
committerPaweł Kołodziejski2003-01-10 16:06:48 +0000
commitd5425f3dc11b8f4d26b9f411a4a7179159faa218 (patch)
tree9467de48f62567fdf161224f813f363a6ca4347b /scumm/smush
parentc6e7c8fdba64733d41114b9e6dca9d4434460173 (diff)
downloadscummvm-rg350-d5425f3dc11b8f4d26b9f411a4a7179159faa218.tar.gz
scummvm-rg350-d5425f3dc11b8f4d26b9f411a4a7179159faa218.tar.bz2
scummvm-rg350-d5425f3dc11b8f4d26b9f411a4a7179159faa218.zip
changed also this
svn-id: r6385
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/codec47.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp
index 93d77d77f1..3611f3c03b 100644
--- a/scumm/smush/codec47.cpp
+++ b/scumm/smush/codec47.cpp
@@ -616,7 +616,7 @@ void make_tables(int32 width) {
} while (tmp > d);
}
d = 0;
- tmp = *((byte*)&smush_buf_small + 97 + c);
+ tmp = smush_buf_small[97 + c];
if (tmp != 0) {
do {
tmp = smush_buf_small[80 + c + d];
@@ -633,7 +633,7 @@ void make_tables(int32 width) {
} while (tmp > d);
}
d = 0;
- tmp = *((byte*)&smush_buf_big + 384 + a);
+ tmp = smush_buf_big[384 + a];
if (tmp != 0) {
do {
tmp = smush_buf_big[256 + a + d];