summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-11-17 00:40:06 +0100
committerMichael Lutz <michi@icosahedron.de>2021-12-16 22:28:32 +0100
commite08b3abe7ff65c193781a74c170f45b2f1dcf0a5 (patch)
tree2b9c5d0a1012e63498c39cc557e826edff47696f /src/gfx_type.h
parent46bd2f1cedde365218a3f1a52116fe169587af89 (diff)
downloadopenttd-e08b3abe7ff65c193781a74c170f45b2f1dcf0a5.tar.xz
Codechange: Un-bitstuff group and autoreplace commands.
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 a6bf3cf6d..932a6cb87 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -223,7 +223,7 @@ struct SubSprite {
int left, top, right, bottom;
};
-enum Colours {
+enum Colours : byte {
COLOUR_BEGIN,
COLOUR_DARK_BLUE = COLOUR_BEGIN,
COLOUR_PALE_GREEN,