forked from teamnwah/openmw-tes3coop
[General] Change type of GUIMessageBox::id to uint64_t
This commit is contained in:
parent
bb7c5ee34c
commit
9dae748a76
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ namespace mwmp
|
||||||
ListBox
|
ListBox
|
||||||
};
|
};
|
||||||
|
|
||||||
int id;
|
uint64_t id;
|
||||||
Type type;
|
Type type;
|
||||||
|
|
||||||
std::string label;
|
std::string label;
|
||||||
|
|
Loading…
Reference in a new issue