Set size of enum Colours

This commit is contained in:
Jonathan G Rennison
2020-11-06 17:54:40 +00:00
parent 53af61fc9e
commit d25da35802

View File

@@ -219,7 +219,7 @@ struct SubSprite {
int left, top, right, bottom;
};
enum Colours {
enum Colours : uint8 {
COLOUR_BEGIN,
COLOUR_DARK_BLUE = COLOUR_BEGIN,
COLOUR_PALE_GREEN,