From e7b8a1eada84dc51e68bafbbf4f89903003d3c3f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 22 Feb 2005 18:24:24 +0000 Subject: Added consts (this usually helps the compiler a bit when optimizing code) svn-id: r16863 --- 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 c8d40a7102..d30877a389 100644 --- a/scumm/smush/codec47.cpp +++ b/scumm/smush/codec47.cpp @@ -84,9 +84,9 @@ static int8 codec47_table_big2[] = { }; #ifdef __PALM_OS__ -static int8 *codec47_table; +static const int8 *codec47_table; #else -static int8 codec47_table[] = { +static const int8 codec47_table[] = { 0, 0, -1, -43, 6, -43, -9, -42, 13, -41, -16, -40, 19, -39, -23, -36, 26, -34, -2, -33, 4, -33, -29, -32, -9, -32, 11, -31, -16, -29, -- cgit v1.2.3