summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
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/gfxinit.cpp
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/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index cf6cc8757..4da8df89d 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -22,7 +22,7 @@
#include "table/sprites.h"
-Palette _use_palette = PAL_AUTODETECT;
+PaletteType _use_palette = PAL_AUTODETECT;
struct MD5File {
const char * filename; ///< filename
@@ -35,7 +35,7 @@ struct MD5File {
struct GraphicsSet {
const char *name; ///< The name of the graphics set
const char *description; ///< Description of the graphics set
- Palette palette; ///< Palette of this graphics set
+ PaletteType palette; ///< Palette of this graphics set
MD5File basic[2]; ///< GRF files that always have to be loaded
MD5File landscape[3]; ///< Landscape specific grf files
const char *base_missing; ///< Warning when one of the base GRF files is missing