mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanup
Cleanup: * Drop unused Map::transforming_liquid_size() * NodeNeighbor must use const ref for v3s16 * Add a missing default in a switch case
This commit is contained in:
parent
3face01a20
commit
359c8f82ce
2 changed files with 6 additions and 9 deletions
|
@ -289,7 +289,6 @@ public:
|
|||
*/
|
||||
|
||||
void transforming_liquid_add(v3s16 p);
|
||||
s32 transforming_liquid_size();
|
||||
|
||||
bool isBlockOccluded(MapBlock *block, v3s16 cam_pos_nodes);
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue