Fixed warnings in IncrementalRedstoneSimulator
This commit is contained in:
parent
fb7f2993bf
commit
6687848a7e
@ -18,7 +18,13 @@
|
||||
|
||||
|
||||
cIncrementalRedstoneSimulator::cIncrementalRedstoneSimulator(cWorld & a_World)
|
||||
: super(a_World)
|
||||
: super(a_World),
|
||||
m_RedstoneSimulatorChunkData(),
|
||||
m_PoweredBlocks(),
|
||||
m_LinkedPoweredBlocks(),
|
||||
m_SimulatedPlayerToggleableBlocks(),
|
||||
m_RepeatersDelayList(),
|
||||
m_Chunk()
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user