X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fmapblock.h;h=ca36499acaa87930cd93230226ce9db1f8016078;hb=30c34cc23e9a060ef964854038a314a94ad5cbae;hp=dd1d5e5aa590dd8ee5888ed260b3f079a2529752;hpb=682c9d8e7d05ca7462eda7fee9b07fb6ad94d860;p=dragonfireclient.git diff --git a/src/mapblock.h b/src/mapblock.h index dd1d5e5aa..ca36499ac 100644 --- a/src/mapblock.h +++ b/src/mapblock.h @@ -366,10 +366,10 @@ class MapBlock : public NodeContainer 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)