diff options
Diffstat (limited to 'src/blitter/base.hpp')
-rw-r--r-- | src/blitter/base.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blitter/base.hpp b/src/blitter/base.hpp index c8973c542..62e2d8c2d 100644 --- a/src/blitter/base.hpp +++ b/src/blitter/base.hpp @@ -68,7 +68,7 @@ public: * @param height the height of the buffer. * @param pal the palette to use. */ - virtual void DrawColourMappingRect(void *dst, int width, int height, int pal) = 0; + virtual void DrawColourMappingRect(void *dst, int width, int height, PaletteID pal) = 0; /** * Convert a sprite from the loader to our own format. |