changeset 3326 | b5ce3e805425 |
parent 3310 | 7339b2b1e957 |
child 3422 | 12cdb13ddb56 |
3325:a4658b5fb123 | 3326:b5ce3e805425 |
---|---|
2402 uint i; |
2402 uint i; |
2403 Window *w; |
2403 Window *w; |
2404 int width,height; |
2404 int width,height; |
2405 |
2405 |
2406 for (i = 0; i != 16; i++) { |
2406 for (i = 0; i != 16; i++) { |
2407 const byte* b = GetNonSprite(0x307 + i); |
2407 const byte* b = GetNonSprite(PALETTE_RECOLOR_START + i); |
2408 |
2408 |
2409 assert(b); |
2409 assert(b); |
2410 _color_list[i] = *(const ColorList*)(b + 0xC6); |
2410 _color_list[i] = *(const ColorList*)(b + 0xC6); |
2411 } |
2411 } |
2412 |
2412 |