summaryrefslogtreecommitdiffstats
path: root/source/LavaSimulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/LavaSimulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LavaSimulator.cpp b/source/LavaSimulator.cpp
index 15cf5591c..4c3636f09 100644
--- a/source/LavaSimulator.cpp
+++ b/source/LavaSimulator.cpp
@@ -14,7 +14,7 @@ cLavaSimulator::cLavaSimulator(cWorld *a_World)
}
-bool cLavaSimulator::IsAllowedBlock(char a_BlockID)
+bool cLavaSimulator::IsAllowedBlock(BLOCKTYPE a_BlockID)
{
return IsBlockLava(a_BlockID);
} \ No newline at end of file