diff options
author | rubidium <rubidium@openttd.org> | 2008-08-24 09:48:21 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-24 09:48:21 +0000 |
commit | a4854aaddc68b8d06165052067254e997692c4b1 (patch) | |
tree | c679a1f494da4b3fea42f5847e374782c60bb3c4 /src/gfx_func.h | |
parent | 8c73b5c42d7c38093386cab8fed02b06f232ea7d (diff) | |
download | openttd-a4854aaddc68b8d06165052067254e997692c4b1.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.h | 2 |
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 */ |