summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2014-06-22 15:17:07 +0200
committerworktycho <work.tycho@gmail.com>2014-06-22 15:17:07 +0200
commit3c0452ebef2c37f030ce252229555fa95a89ed0d (patch)
treed201976af68478375fb03a42f783e04b4b720375
parentFixed invalid iterator (diff)
downloadcuberite-3c0452ebef2c37f030ce252229555fa95a89ed0d.tar
cuberite-3c0452ebef2c37f030ce252229555fa95a89ed0d.tar.gz
cuberite-3c0452ebef2c37f030ce252229555fa95a89ed0d.tar.bz2
cuberite-3c0452ebef2c37f030ce252229555fa95a89ed0d.tar.lz
cuberite-3c0452ebef2c37f030ce252229555fa95a89ed0d.tar.xz
cuberite-3c0452ebef2c37f030ce252229555fa95a89ed0d.tar.zst
cuberite-3c0452ebef2c37f030ce252229555fa95a89ed0d.zip
-rw-r--r--src/Simulator/IncrementalRedstoneSimulator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator.cpp b/src/Simulator/IncrementalRedstoneSimulator.cpp
index ad4d1bee6..9d0657dd6 100644
--- a/src/Simulator/IncrementalRedstoneSimulator.cpp
+++ b/src/Simulator/IncrementalRedstoneSimulator.cpp
@@ -343,6 +343,7 @@ void cIncrementalRedstoneSimulator::SimulateChunk(float a_Dt, int a_ChunkX, int
case E_BLOCK_REDSTONE_REPEATER_ON:
{
HandleRedstoneRepeater(dataitr->x, dataitr->y, dataitr->z, dataitr->Data);
+ break;
}
case E_BLOCK_REDSTONE_TORCH_OFF:
case E_BLOCK_REDSTONE_TORCH_ON: