diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-01-29 20:19:14 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-01-29 20:19:14 +0100 |
commit | ed7816419d2b1d2ddd3a371efb4276ca67dfb4d8 (patch) | |
tree | 2ca44bb44d1631c35617557fd8746b882f34b688 /src/Simulator/RedstoneSimulator.h | |
parent | Merge pull request #599 from tonibm19/master (diff) | |
download | cuberite-ed7816419d2b1d2ddd3a371efb4276ca67dfb4d8.tar cuberite-ed7816419d2b1d2ddd3a371efb4276ca67dfb4d8.tar.gz cuberite-ed7816419d2b1d2ddd3a371efb4276ca67dfb4d8.tar.bz2 cuberite-ed7816419d2b1d2ddd3a371efb4276ca67dfb4d8.tar.lz cuberite-ed7816419d2b1d2ddd3a371efb4276ca67dfb4d8.tar.xz cuberite-ed7816419d2b1d2ddd3a371efb4276ca67dfb4d8.tar.zst cuberite-ed7816419d2b1d2ddd3a371efb4276ca67dfb4d8.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Simulator/RedstoneSimulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/RedstoneSimulator.h b/src/Simulator/RedstoneSimulator.h index bb2efeb8a..c505b2a0f 100644 --- a/src/Simulator/RedstoneSimulator.h +++ b/src/Simulator/RedstoneSimulator.h @@ -4,7 +4,7 @@ #include "Simulator.h" /// Per-chunk data for the simulator, specified individual chunks to simulate; 'Data' is not used -typedef cCoordWithBlockVector cRedstoneSimulatorChunkData; +typedef cCoordWithBlockAndBoolVector cRedstoneSimulatorChunkData; |