1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

fixed warnings reported by cppcheck

This commit is contained in:
Perttu Ahola
2011-04-11 11:36:13 +03:00
parent 3f153c20d3
commit 9d4e9c59de
10 changed files with 19 additions and 9 deletions

View File

@@ -6030,7 +6030,8 @@ void MapVoxelManipulator::blitBack
}
ManualMapVoxelManipulator::ManualMapVoxelManipulator(Map *map):
MapVoxelManipulator(map)
MapVoxelManipulator(map),
m_create_area(false)
{
}