summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-04-05 10:45:09 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-04-05 13:20:50 +0200
commita431b45641d119a91a74cd88768389eebeb54a68 (patch)
tree555e9d4c2a7c337df931bea567f47d0aef0c6fd8 /src/Chunk.h
parentMerge pull request #3121 from LogicParrot/loops (diff)
downloadcuberite-a431b45641d119a91a74cd88768389eebeb54a68.tar
cuberite-a431b45641d119a91a74cd88768389eebeb54a68.tar.gz
cuberite-a431b45641d119a91a74cd88768389eebeb54a68.tar.bz2
cuberite-a431b45641d119a91a74cd88768389eebeb54a68.tar.lz
cuberite-a431b45641d119a91a74cd88768389eebeb54a68.tar.xz
cuberite-a431b45641d119a91a74cd88768389eebeb54a68.tar.zst
cuberite-a431b45641d119a91a74cd88768389eebeb54a68.zip
Diffstat (limited to 'src/Chunk.h')
-rw-r--r--src/Chunk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h
index e1f44b197..557fe332a 100644
--- a/src/Chunk.h
+++ b/src/Chunk.h
@@ -502,7 +502,6 @@ private:
/** If the chunk fails to load, should it be queued in the generator or reset back to invalid? */
bool m_ShouldGenerateIfLoadFailed;
- bool m_IsInTick; // True if the chunk is executing the tick() method.
bool m_IsLightValid; // True if the blocklight and skylight are calculated
bool m_IsDirty; // True if the chunk has changed since it was last saved
bool m_IsSaving; // True if the chunk is being saved