mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Reverting mapio.cpp change
Should not have been commited.
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user