summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-05-04 17:12:37 +0000
committerfrosch <frosch@openttd.org>2011-05-04 17:12:37 +0000
commitbbcd2bab5dabc8eb12c1349aac1c3dfa7a6a036d (patch)
tree5d948cd0e875f2e29ecabecb143749b8c6b40ed9 /src/gfx_type.h
parentc7a9c7dc927d60df77fe7824ed03f29bd1b29067 (diff)
downloadopenttd-bbcd2bab5dabc8eb12c1349aac1c3dfa7a6a036d.tar.xz
(svn r22419) -Change: Always use the DOS palette for drawing.
-Remove: the '-i' option for palette selection.
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 146d033ba..77111b767 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -234,9 +234,8 @@ DECLARE_ENUM_AS_BIT_SET(TextColour)
/** Defines a few values that are related to animations using palette changes */
enum PaletteAnimationSizes {
- PALETTE_ANIM_SIZE_WIN = 28, ///< number of animated colours in Windows palette
- PALETTE_ANIM_SIZE_DOS = 38, ///< number of animated colours in DOS palette
- PALETTE_ANIM_SIZE_START = 217, ///< Index in the _palettes array from which all animations are taking places (table/palettes.h)
+ PALETTE_ANIM_SIZE = 28, ///< number of animated colours
+ PALETTE_ANIM_START = 227, ///< Index in the _palettes array from which all animations are taking places (table/palettes.h)
};
/** Define the operation GfxFillRect performs */