mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-17 14:55:13 -05:00
forgot old water unit tests
This commit is contained in:
parent
7274b82ef4
commit
87554408ca
@ -268,6 +268,7 @@ struct TestVoxelManipulator
|
||||
assert(v.getNode(v3s16(-1,0,-1)).d == 2);
|
||||
EXCEPTION_CHECK(InvalidPositionException, v.getNode(v3s16(0,1,1)));
|
||||
|
||||
#if 0
|
||||
/*
|
||||
Water stuff
|
||||
*/
|
||||
@ -332,6 +333,7 @@ struct TestVoxelManipulator
|
||||
|
||||
dstream<<"Final result of flowWater:"<<std::endl;
|
||||
v.print(dstream, VOXELPRINT_WATERPRESSURE);
|
||||
#endif
|
||||
|
||||
//assert(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user