1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-22 02:44:08 +00:00

[General] Change underlying type of the WidgetType to uint8_t

This commit is contained in:
Koncord 2017-11-28 22:23:54 +08:00
parent a546d99000
commit b55bb445dd

View file

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