Set size of enum Colours
This commit is contained in:
@@ -219,7 +219,7 @@ struct SubSprite {
|
|||||||
int left, top, right, bottom;
|
int left, top, right, bottom;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum Colours {
|
enum Colours : uint8 {
|
||||||
COLOUR_BEGIN,
|
COLOUR_BEGIN,
|
||||||
COLOUR_DARK_BLUE = COLOUR_BEGIN,
|
COLOUR_DARK_BLUE = COLOUR_BEGIN,
|
||||||
COLOUR_PALE_GREEN,
|
COLOUR_PALE_GREEN,
|
||||||
|
Reference in New Issue
Block a user