diff --git a/components/openmw-mp/Base/BasePlayer.hpp b/components/openmw-mp/Base/BasePlayer.hpp index 31a88f799..ff63c24aa 100644 --- a/components/openmw-mp/Base/BasePlayer.hpp +++ b/components/openmw-mp/Base/BasePlayer.hpp @@ -190,7 +190,7 @@ namespace mwmp { int32_t id; short width, height; - enum class WidgetType: int + enum class WidgetType: uint8_t { Button, Editbox,