summaryrefslogtreecommitdiff
path: root/src/blitter/base.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-01-21 01:44:51 +0000
committerrubidium <rubidium@openttd.org>2010-01-21 01:44:51 +0000
commitdb33e32b4dd58027f5d3bc8dd55792df7cf2158d (patch)
tree21d503807d6fb3ef6e7847a27c9dc1ace3cca18d /src/blitter/base.hpp
parentf94c83a3874c292ae0d90a7819c971e4bc7aebad (diff)
downloadopenttd-db33e32b4dd58027f5d3bc8dd55792df7cf2158d.tar.xz
(svn r18873) -Codechange: use PaletteID also in the blitter
Diffstat (limited to 'src/blitter/base.hpp')
-rw-r--r--src/blitter/base.hpp2
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.