1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Changed MapBlockObjects to be never written anymore. Incremented version number.

This commit is contained in:
Perttu Ahola 2011-06-18 15:16:35 +03:00
parent c7ab4f15a5
commit 5ac900ddd9
5 changed files with 12 additions and 7 deletions

View file

@ -366,10 +366,10 @@ public:
DEPRECATED
*/
void serializeObjects(std::ostream &os, u8 version)
/*void serializeObjects(std::ostream &os, u8 version)
{
m_objects.serialize(os, version);
}
}*/
// If smgr!=NULL, new objects are added to the scene
void updateObjects(std::istream &is, u8 version,
scene::ISceneManager *smgr, u32 daynight_ratio)