summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 7eeddb407..cc884b06d 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -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