mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-17 20:45:22 +01:00
added dedicated server build without irrlicht
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user