From 9dae748a76d950293eef740846d3d035ca6559e0 Mon Sep 17 00:00:00 2001 From: Koncord Date: Fri, 16 Feb 2018 11:27:53 +0800 Subject: [PATCH] [General] Change type of GUIMessageBox::id to uint64_t --- components/openmw-mp/Base/BasePlayer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/openmw-mp/Base/BasePlayer.hpp b/components/openmw-mp/Base/BasePlayer.hpp index 516f11e13..be8788517 100644 --- a/components/openmw-mp/Base/BasePlayer.hpp +++ b/components/openmw-mp/Base/BasePlayer.hpp @@ -214,7 +214,7 @@ namespace mwmp ListBox }; - int id; + uint64_t id; Type type; std::string label;