summaryrefslogtreecommitdiffstats
path: root/src/Simulator
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-11 22:32:42 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-11 22:32:42 +0100
commit318c353ee482be9341bd22d1b22b326d8ddd2d31 (patch)
tree9aa1cf7b2cfb3349d52874f0f62b66a9490e157d /src/Simulator
parentDid some stuff with the vectors (diff)
downloadcuberite-318c353ee482be9341bd22d1b22b326d8ddd2d31.tar
cuberite-318c353ee482be9341bd22d1b22b326d8ddd2d31.tar.gz
cuberite-318c353ee482be9341bd22d1b22b326d8ddd2d31.tar.bz2
cuberite-318c353ee482be9341bd22d1b22b326d8ddd2d31.tar.lz
cuberite-318c353ee482be9341bd22d1b22b326d8ddd2d31.tar.xz
cuberite-318c353ee482be9341bd22d1b22b326d8ddd2d31.tar.zst
cuberite-318c353ee482be9341bd22d1b22b326d8ddd2d31.zip
Diffstat (limited to 'src/Simulator')
-rw-r--r--src/Simulator/RedstoneSimulator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simulator/RedstoneSimulator.h b/src/Simulator/RedstoneSimulator.h
index 1e92eccb4..63a5be3d3 100644
--- a/src/Simulator/RedstoneSimulator.h
+++ b/src/Simulator/RedstoneSimulator.h
@@ -194,6 +194,7 @@ private:
{
switch (Block)
{
+ case E_BLOCK_DETECTOR_RAIL:
case E_BLOCK_DAYLIGHT_SENSOR:
case E_BLOCK_WOODEN_BUTTON:
case E_BLOCK_STONE_BUTTON:
@@ -231,6 +232,7 @@ private:
case E_BLOCK_LEVER:
case E_BLOCK_LIGHT_WEIGHTED_PRESSURE_PLATE:
case E_BLOCK_NOTE_BLOCK:
+ case E_BLOCK_POWERED_RAIL:
case E_BLOCK_REDSTONE_LAMP_OFF:
case E_BLOCK_REDSTONE_LAMP_ON:
case E_BLOCK_REDSTONE_REPEATER_OFF: