Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -16,15 +16,17 @@
|
||||
|
||||
|
||||
|
||||
class cFloodyFluidSimulator :
|
||||
class cFloodyFluidSimulator:
|
||||
public cDelayedFluidSimulator
|
||||
{
|
||||
typedef cDelayedFluidSimulator super;
|
||||
using Super = cDelayedFluidSimulator;
|
||||
|
||||
public:
|
||||
|
||||
cFloodyFluidSimulator(cWorld & a_World, BLOCKTYPE a_Fluid, BLOCKTYPE a_StationaryFluid, NIBBLETYPE a_Falloff, int a_TickDelay, int a_NumNeighborsForSource);
|
||||
|
||||
protected:
|
||||
|
||||
NIBBLETYPE m_Falloff;
|
||||
int m_NumNeighborsForSource;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user