summaryrefslogtreecommitdiff
path: root/src/mapsector.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-19 19:11:05 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-19 19:11:05 +0200
commitab7477c4c3e2a3647dc4fb65c71567946d33b0e3 (patch)
treefb9aaca70617875ff68f8ba1674f5a6fccd4f385 /src/mapsector.cpp
parent0ca9423b8b2cf7bd1435fb09eba7a9f50d444864 (diff)
downloadminetest-ab7477c4c3e2a3647dc4fb65c71567946d33b0e3.tar.gz
minetest-ab7477c4c3e2a3647dc4fb65c71567946d33b0e3.tar.bz2
minetest-ab7477c4c3e2a3647dc4fb65c71567946d33b0e3.zip
added dedicated server build without irrlicht
Diffstat (limited to 'src/mapsector.cpp')
-rw-r--r--src/mapsector.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapsector.cpp b/src/mapsector.cpp
index f83679314..8a3728c8f 100644
--- a/src/mapsector.cpp
+++ b/src/mapsector.cpp
@@ -607,6 +607,7 @@ ServerMapSector* ServerMapSector::deSerialize(
return sector;
}
+#ifndef SERVER
/*
ClientMapSector
*/
@@ -667,5 +668,6 @@ void ClientMapSector::deSerialize(std::istream &is)
m_corners[2] = c2;
m_corners[3] = c3;
}
+#endif // !SERVER
//END