diff options
Diffstat (limited to 'source/LavaSimulator.h')
-rw-r--r-- | source/LavaSimulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LavaSimulator.h b/source/LavaSimulator.h index 3a9159f1c..43831ca17 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( char a_BlockID ); + virtual bool IsAllowedBlock( BLOCKTYPE a_BlockID ) override; };
\ No newline at end of file |