fixed record size type

actorid
Marc Zinnschlag 11 years ago
parent b0ae5b8ab7
commit d780364842

@ -17,7 +17,7 @@ class ESMWriter
{
std::string name;
std::streampos position;
size_t size;
uint32_t size;
};
public:

Loading…
Cancel
Save