1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix warnings

This commit is contained in:
proller 2014-04-19 02:24:45 +04:00
parent 0279f32db7
commit 4977b736e3
3 changed files with 1 additions and 3 deletions

View file

@ -2754,7 +2754,6 @@ MapBlock *ServerMap::getBlockOrEmerge(v3s16 p3d)
}
void ServerMap::prepareBlock(MapBlock *block) {
ServerEnvironment *senv = &((Server *)m_gamedef)->getEnv();
}
s16 ServerMap::findGroundLevel(v2s16 p2d)