forked from teamnwah/openmw-tes3coop
[General] Change underlying type of the WidgetType to uint8_t
This commit is contained in:
parent
a546d99000
commit
b55bb445dd
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ namespace mwmp
|
|||
{
|
||||
int32_t id;
|
||||
short width, height;
|
||||
enum class WidgetType: int
|
||||
enum class WidgetType: uint8_t
|
||||
{
|
||||
Button,
|
||||
Editbox,
|
||||
|
|
Loading…
Reference in a new issue