1
0

Cleaned up simulators

This commit is contained in:
Tiger Wang
2014-10-25 21:54:00 +01:00
parent 6fbc98def2
commit 85c298d73e
17 changed files with 2644 additions and 2681 deletions

View File

@@ -11,7 +11,7 @@ typedef cCoordWithIntList cSandSimulatorChunkData;
/// Despite the class name, this simulator takes care of all blocks that fall when suspended in the air.
class cSandSimulator :
public cSimulator<cChunk, cWorld>
public cSimulator
{
public:
cSandSimulator(cWorld & a_World, cIniFile & a_IniFile);