aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/akos.cpp')
-rw-r--r--scumm/akos.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index 8cd0442202..45ca226f68 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -408,9 +408,9 @@ void AkosRenderer::codec1_genericDecode() {
}
#ifdef __PALM_OS__
-const byte *default_scale_table;
+byte *default_scale_table;
#else
-const byte default_scale_table[768] = {
+byte default_scale_table[768] = {
0x00, 0x80, 0x40, 0xC0, 0x20, 0xA0, 0x60, 0xE0,
0x10, 0x90, 0x50, 0xD0, 0x30, 0xB0, 0x70, 0xF0,
0x08, 0x88, 0x48, 0xC8, 0x28, 0xA8, 0x68, 0xE8,