changeset 8123 | ce31d2843a95 |
parent 8091 | 674be8638d74 |
child 9111 | 48ce04029fe4 |
8122:986d42e2281d | 8123:ce31d2843a95 |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 #include "../stdafx.h" |
3 #include "../stdafx.h" |
4 #include "../gfx.h" |
4 #include "../gfx_func.h" |
5 #include "8bpp_base.hpp" |
5 #include "8bpp_base.hpp" |
6 |
6 |
7 void Blitter_8bppBase::DrawColorMappingRect(void *dst, int width, int height, int pal) |
7 void Blitter_8bppBase::DrawColorMappingRect(void *dst, int width, int height, int pal) |
8 { |
8 { |
9 const uint8 *ctab = GetNonSprite(pal) + 1; |
9 const uint8 *ctab = GetNonSprite(pal) + 1; |