From f7a8cbf7c73479ff086276ef04b0fea15085a13a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 14 Jun 2003 18:52:30 +0000 Subject: Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augmented by some more changes of mine svn-id: r8482 --- simon/charset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon/charset.cpp') diff --git a/simon/charset.cpp b/simon/charset.cpp index ab405fea13..48023dbbce 100644 --- a/simon/charset.cpp +++ b/simon/charset.cpp @@ -79,7 +79,7 @@ void SimonEngine::render_string(uint num_1, uint color, uint width, uint height, *(uint16 *)(p + 4) = TO_BE_16(height); *(uint16 *)(p + 6) = TO_BE_16(width); - dst += READ_BE_UINT32_UNALIGNED(p); + dst += READ_BE_UINT32(p); memset(dst, 0, count); -- cgit v1.2.3