forked from mirror/OpenTTD
(svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... thus making compilation fail on OSX (planetmaker)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user