(svn r3185) const

This commit is contained in:
tron
2005-11-15 09:00:02 +00:00
parent 84a16a0b30
commit 8a3587fa28
8 changed files with 12 additions and 12 deletions

View File

@@ -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;