mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
working good
This commit is contained in:
@@ -893,7 +893,7 @@ void VoxelManipulator::flowWater(
|
||||
*/
|
||||
s32 k = 0;
|
||||
if(active_nodes.size() != 0)
|
||||
k = (s32)rand() % (s32)active_nodes.size();
|
||||
k = (s32)myrand() % (s32)active_nodes.size();
|
||||
|
||||
// Flow water to active nodes
|
||||
for(;;)
|
||||
|
Reference in New Issue
Block a user