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);
|
||||
|
||||
Size mapSize = getSize();
|
||||
root->addU16(65535);
|
||||
root->addU16(65535);
|
||||
root->addU16(mapSize.width());
|
||||
root->addU16(mapSize.height());
|
||||
|
||||
root->addU32(g_things.getOtbMajorVersion());
|
||||
root->addU32(g_things.getOtbMinorVersion());
|
||||
|
|
Loading…
Reference in New Issue