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
+1 -1
View File
@@ -16,7 +16,7 @@ it progresses to the next step (blockmeta++). This value is updated if a neighbo
The simulator reads its parameters from the ini file given to the constructor.
*/
class cFireSimulator :
public cSimulator<cChunk, cWorld>
public cSimulator
{
public:
cFireSimulator(cWorld & a_World, cIniFile & a_IniFile);