]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/mapblock.cpp
Fix building under MSVC
[dragonfireclient.git] / src / mapblock.cpp
index e45af9cdbc6775db4481194634497d02f67e03cf..eafb956d5057fd99fa2217f8b251b5c58a173edd 100644 (file)
@@ -68,7 +68,6 @@ MapBlock::MapBlock(Map *parent, v3s16 pos, IGameDef *gamedef, bool dummy):
                reallocate();
        
 #ifndef SERVER
-       //mesh_mutex.Init();
        mesh = NULL;
 #endif
 }