aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-18 15:16:35 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-18 15:16:35 +0300
commit5ac900ddd9d574440b499b15516747a374fe3a5a (patch)
treee0aecb9e356d140150ebb171bd589ff70d00d8a5 /src/mapblock.h
parentc7ab4f15a506fac64e2b6cc03121f74da6677a32 (diff)
downloaddragonfireclient-5ac900ddd9d574440b499b15516747a374fe3a5a.tar.xz
Changed MapBlockObjects to be never written anymore. Incremented version number.
Diffstat (limited to 'src/mapblock.h')
-rw-r--r--src/mapblock.h4
1 files changed, 2 insertions, 2 deletions
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 @@ 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)