mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
color_t fixup: constant had wrong type
This commit is contained in:
parent
2aded54348
commit
9cbd31dba7
@ -46,7 +46,7 @@ const uint32_t RGBA_RED_BITSHIFT = 24;
|
||||
const uint32_t RGBA_GREEN_BITSHIFT = 16;
|
||||
const uint32_t RGBA_BLUE_BITSHIFT = 8;
|
||||
|
||||
const uint32_t ALPHA_OPAQUE = 255;
|
||||
const uint8_t ALPHA_OPAQUE = 255;
|
||||
|
||||
struct color_t
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user