summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_gui.c b/main_gui.c
index 8945f3de6..cac653495 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -2413,7 +2413,7 @@ void SetupColorsAndInitialWindow(void)
const byte* b = GetNonSprite(0x307 + i);
assert(b);
- _color_list[i] = *(ColorList*)(b + 0xC6);
+ _color_list[i] = *(const ColorList*)(b + 0xC6);
}
width = _screen.width;