1
0
Fork 0

Cleanup: Remove two unused PaletteType values. (#13341)

pull/13351/head
Peter Nelson 2025-01-21 18:20:38 +00:00 committed by GitHub
parent 05b9b8765c
commit 73daacde3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -304,8 +304,6 @@ enum FillRectMode {
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.
MAX_PAL = 2, ///< The number of palettes.
};
/** Types of sprites that might be loaded */