summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-24 09:48:21 +0000
committerrubidium <rubidium@openttd.org>2008-08-24 09:48:21 +0000
commit0742de717f13a5cceccc9892428a6f2fac633dfb (patch)
treec679a1f494da4b3fea42f5847e374782c60bb3c4 /src/gfx_func.h
parent2ced86e7aee89b10f15fc86ffd56e86bf57b163b (diff)
downloadopenttd-0742de717f13a5cceccc9892428a6f2fac633dfb.tar.xz
(svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... thus making compilation fail on OSX (planetmaker)
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r--src/gfx_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h
index 4ffc2015b..317f947fa 100644
--- a/src/gfx_func.h
+++ b/src/gfx_func.h
@@ -179,6 +179,6 @@ extern DrawPixelInfo *_cur_dpi;
*/
extern byte _colour_gradient[COLOUR_END][8];
-extern Palette _use_palette;
+extern PaletteType _use_palette;
#endif /* GFX_FUNC_H */