diff options
author | worktycho <work.tycho@gmail.com> | 2014-06-22 15:17:07 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2014-06-22 15:17:07 +0200 |
commit | 3c0452ebef2c37f030ce252229555fa95a89ed0d (patch) | |
tree | d201976af68478375fb03a42f783e04b4b720375 /src/Simulator/IncrementalRedstoneSimulator.cpp | |
parent | Fixed invalid iterator (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator.cpp | 1 |
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: |