summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 6682d4b59..97e987488 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -236,7 +236,7 @@ enum FillRectMode {
};
/** Palettes OpenTTD supports. */
-enum Palette {
+enum PaletteType {
PAL_DOS, ///< Use the DOS palette.
PAL_WINDOWS, ///< Use the Windows palette.
PAL_AUTODETECT, ///< Automatically detect the palette based on the graphics pack.