diff options
Diffstat (limited to 'source/WaterSimulator.h')
-rw-r--r-- | source/WaterSimulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WaterSimulator.h b/source/WaterSimulator.h index 04a208368..4bc35b8f7 100644 --- a/source/WaterSimulator.h +++ b/source/WaterSimulator.h @@ -6,6 +6,6 @@ class cWaterSimulator : public cFluidSimulator public: cWaterSimulator( cWorld* a_World ); - virtual bool IsAllowedBlock( BLOCKTYPE a_BlockID ) override; + virtual bool IsAllowedBlock( BLOCKTYPE a_BlockType ) override; };
\ No newline at end of file |