diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-04-05 10:45:09 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-04-05 13:20:50 +0200 |
commit | a431b45641d119a91a74cd88768389eebeb54a68 (patch) | |
tree | 555e9d4c2a7c337df931bea567f47d0aef0c6fd8 /src/Chunk.h | |
parent | Merge pull request #3121 from LogicParrot/loops (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Chunk.h | 1 |
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 |