]> git.lizzy.rs Git - minetest.git/blobdiff - src/mapsector.cpp
src/client/tile.cpp: Fix reference counting
[minetest.git] / src / mapsector.cpp
index 7bc4bd3a36216886ff436d497e96becd5f679e29..3fe81dc902e13c943b9af7e990ff5e082d4cd75f 100644 (file)
@@ -85,7 +85,7 @@ MapBlock * MapSector::getBlockNoCreateNoEx(s16 y)
 
 MapBlock * MapSector::createBlankBlockNoInsert(s16 y)
 {
-       assert(getBlockBuffered(y) == NULL);
+       assert(getBlockBuffered(y) == NULL);    // Pre-condition
 
        v3s16 blockpos_map(m_pos.X, y, m_pos.Y);