mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 10:59:12 +00:00
Cleanup: Remove two unused PaletteType values. (#13341)
This commit is contained in:
@@ -304,8 +304,6 @@ enum FillRectMode {
|
|||||||
enum PaletteType {
|
enum PaletteType {
|
||||||
PAL_DOS, ///< Use the DOS palette.
|
PAL_DOS, ///< Use the DOS palette.
|
||||||
PAL_WINDOWS, ///< Use the Windows palette.
|
PAL_WINDOWS, ///< Use the Windows palette.
|
||||||
PAL_AUTODETECT, ///< Automatically detect the palette based on the graphics pack.
|
|
||||||
MAX_PAL = 2, ///< The number of palettes.
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Types of sprites that might be loaded */
|
/** Types of sprites that might be loaded */
|
||||||
|
Reference in New Issue
Block a user