From d5425f3dc11b8f4d26b9f411a4a7179159faa218 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 10 Jan 2003 16:06:48 +0000 Subject: changed also this svn-id: r6385 --- scumm/smush/codec47.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/smush') 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]; -- cgit v1.2.3