summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-23 20:16:54 +0000
committerrubidium <rubidium@openttd.org>2008-08-23 20:16:54 +0000
commit07c20252c3614e6758943817811277e8e6e7c95b (patch)
tree5286eef504f7700e89f70f223dd516dc542ba066 /src/gfx_func.h
parent4335c272182c2fdde399a3f9158bbd6262f96ed5 (diff)
downloadopenttd-07c20252c3614e6758943817811277e8e6e7c95b.tar.xz
(svn r14146) -Codechange: allow palette override in both ways and remove some unneeded '(x == 0) ? 0 : 1' constructs.
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 cce62b3cf..4ffc2015b 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 bool _use_dos_palette;
+extern Palette _use_palette;
#endif /* GFX_FUNC_H */