Codechange: Remove SpriteTypeByte type

This commit is contained in:
Charles Pigott
2019-04-22 07:22:06 +01:00
committed by PeterN
parent 119ea7a195
commit 10ba431d21
2 changed files with 2 additions and 4 deletions

View File

@@ -294,7 +294,7 @@ enum PaletteType {
};
/** Types of sprites that might be loaded */
enum SpriteType {
enum SpriteType : byte {
ST_NORMAL = 0, ///< The most basic (normal) sprite
ST_MAPGEN = 1, ///< Special sprite for the map generator
ST_FONT = 2, ///< A sprite used for fonts