diff options
Diffstat (limited to '')
-rw-r--r-- | source/LavaSimulator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/LavaSimulator.cpp b/source/LavaSimulator.cpp index 4c3636f09..726cc37e4 100644 --- a/source/LavaSimulator.cpp +++ b/source/LavaSimulator.cpp @@ -14,7 +14,7 @@ cLavaSimulator::cLavaSimulator(cWorld *a_World) } -bool cLavaSimulator::IsAllowedBlock(BLOCKTYPE a_BlockID) +bool cLavaSimulator::IsAllowedBlock(BLOCKTYPE a_BlockType) { - return IsBlockLava(a_BlockID); + return IsBlockLava(a_BlockType); }
\ No newline at end of file |