mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
fixed record size type
This commit is contained in:
parent
b0ae5b8ab7
commit
d780364842
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class ESMWriter
|
|||
{
|
||||
std::string name;
|
||||
std::streampos position;
|
||||
size_t size;
|
||||
uint32_t size;
|
||||
};
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue