mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 01:59:21 +02:00
Reverting mapio.cpp change
Should not have been commited.
This commit is contained in:
parent
4adfafc67e
commit
3aac0ac0ec
@ -273,8 +273,8 @@ void Map::saveOtbm(const std::string& fileName)
|
|||||||
root->addU32(version);
|
root->addU32(version);
|
||||||
|
|
||||||
Size mapSize = getSize();
|
Size mapSize = getSize();
|
||||||
root->addU16(65535);
|
root->addU16(mapSize.width());
|
||||||
root->addU16(65535);
|
root->addU16(mapSize.height());
|
||||||
|
|
||||||
root->addU32(g_things.getOtbMajorVersion());
|
root->addU32(g_things.getOtbMajorVersion());
|
||||||
root->addU32(g_things.getOtbMinorVersion());
|
root->addU32(g_things.getOtbMinorVersion());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user