summaryrefslogtreecommitdiffstats
path: root/source/LavaSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LavaSimulator.h')
-rw-r--r--source/LavaSimulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LavaSimulator.h b/source/LavaSimulator.h
index 43831ca17..d85b335b7 100644
--- a/source/LavaSimulator.h
+++ b/source/LavaSimulator.h
@@ -6,7 +6,7 @@ class cLavaSimulator : public cFluidSimulator
public:
cLavaSimulator( cWorld* a_World );
- virtual bool IsAllowedBlock( BLOCKTYPE a_BlockID ) override;
+ virtual bool IsAllowedBlock( BLOCKTYPE a_BlockType ) override;
}; \ No newline at end of file