summaryrefslogtreecommitdiffstats
path: root/src/Simulator/RedstoneSimulator.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-10-25 22:54:00 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-10-25 22:54:00 +0200
commit85c298d73e871daadf91671cdae9db83e30f9029 (patch)
tree2f9a2afcc0bb676454f332f78bffb7bd3e6ea380 /src/Simulator/RedstoneSimulator.h
parentFixed some block checks (diff)
downloadcuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.gz
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.bz2
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.lz
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.xz
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.zst
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.zip
Diffstat (limited to 'src/Simulator/RedstoneSimulator.h')
-rw-r--r--src/Simulator/RedstoneSimulator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Simulator/RedstoneSimulator.h b/src/Simulator/RedstoneSimulator.h
index 6104d39b4..b0ad08aa4 100644
--- a/src/Simulator/RedstoneSimulator.h
+++ b/src/Simulator/RedstoneSimulator.h
@@ -13,14 +13,14 @@ public:
inline cRedstoneSimulatorChunkData::~cRedstoneSimulatorChunkData() {}
-template <class ChunkType, class WorldType>
+
class cRedstoneSimulator :
- public cSimulator<ChunkType, WorldType>
+ public cSimulator
{
- typedef cSimulator<ChunkType, WorldType> super;
+ typedef cSimulator super;
public:
- cRedstoneSimulator(WorldType & a_World) :
+ cRedstoneSimulator(cWorld & a_World) :
super(a_World)
{
}