mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-09 09:39:53 +00:00
fixed record size type
This commit is contained in:
parent
b0ae5b8ab7
commit
d780364842
@ -17,7 +17,7 @@ class ESMWriter
|
|||||||
{
|
{
|
||||||
std::string name;
|
std::string name;
|
||||||
std::streampos position;
|
std::streampos position;
|
||||||
size_t size;
|
uint32_t size;
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user