[General] Change underlying type of the WidgetType to uint8_t

new-script-api
Koncord 7 years ago
parent a546d99000
commit b55bb445dd

@ -190,7 +190,7 @@ namespace mwmp
{
int32_t id;
short width, height;
enum class WidgetType: int
enum class WidgetType: uint8_t
{
Button,
Editbox,

Loading…
Cancel
Save