summaryrefslogtreecommitdiffstats
path: root/source/WaterSimulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/WaterSimulator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WaterSimulator.cpp b/source/WaterSimulator.cpp
index 66acaea6a..c63135419 100644
--- a/source/WaterSimulator.cpp
+++ b/source/WaterSimulator.cpp
@@ -15,8 +15,8 @@ cWaterSimulator::cWaterSimulator(cWorld *a_World)
}
-bool cWaterSimulator::IsAllowedBlock(BLOCKTYPE a_BlockID)
+bool cWaterSimulator::IsAllowedBlock(BLOCKTYPE a_BlockType)
{
- return IsBlockWater(a_BlockID);
+ return IsBlockWater(a_BlockType);
}