mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
commented out old water stuff
This commit is contained in:
parent
daacaf4e02
commit
7274b82ef4
2 changed files with 5 additions and 2 deletions
|
@ -396,7 +396,8 @@ public:
|
|||
*/
|
||||
|
||||
void clearFlag(u8 flag);
|
||||
|
||||
|
||||
#if 0
|
||||
// VOXELFLAG_CHECKED2s must usually be cleared before calling
|
||||
// -1: dead end, 0-255: pressure
|
||||
// highest_y: Highest found water y is stored here.
|
||||
|
@ -450,6 +451,7 @@ public:
|
|||
bool debugprint=false,
|
||||
u32 timelimit=50
|
||||
);
|
||||
#endif
|
||||
|
||||
/*
|
||||
Virtual functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue