diff options
author | Max Horn | 2005-02-22 18:24:24 +0000 |
---|---|---|
committer | Max Horn | 2005-02-22 18:24:24 +0000 |
commit | e7b8a1eada84dc51e68bafbbf4f89903003d3c3f (patch) | |
tree | d4255561e0c7414c29768aa7db36ba121b5a9702 /scumm/smush | |
parent | 039b2b3a200c07963533c9db7cf6837fd77f4c9e (diff) | |
download | scummvm-rg350-e7b8a1eada84dc51e68bafbbf4f89903003d3c3f.tar.gz scummvm-rg350-e7b8a1eada84dc51e68bafbbf4f89903003d3c3f.tar.bz2 scummvm-rg350-e7b8a1eada84dc51e68bafbbf4f89903003d3c3f.zip |
Added consts (this usually helps the compiler a bit when optimizing code)
svn-id: r16863
Diffstat (limited to 'scumm/smush')
-rw-r--r-- | scumm/smush/codec47.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |