diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-02 20:57:09 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-02 20:57:09 +0100 |
commit | 6744738a85c60238585dcf72af211f852fd7e4c6 (patch) | |
tree | 47f36786b377a69097dc479ea9ab8991b35eb9d5 /source/World.h | |
parent | Added the anvil block (diff) | |
download | cuberite-6744738a85c60238585dcf72af211f852fd7e4c6.tar cuberite-6744738a85c60238585dcf72af211f852fd7e4c6.tar.gz cuberite-6744738a85c60238585dcf72af211f852fd7e4c6.tar.bz2 cuberite-6744738a85c60238585dcf72af211f852fd7e4c6.tar.lz cuberite-6744738a85c60238585dcf72af211f852fd7e4c6.tar.xz cuberite-6744738a85c60238585dcf72af211f852fd7e4c6.tar.zst cuberite-6744738a85c60238585dcf72af211f852fd7e4c6.zip |
Diffstat (limited to '')
-rw-r--r-- | source/World.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/World.h b/source/World.h index 2965ae1c3..ed0053db5 100644 --- a/source/World.h +++ b/source/World.h @@ -479,7 +479,7 @@ private: bool m_IsDeepSnowEnabled; // The cRedstone class simulates redstone and needs access to m_RSList - friend class cRedstone; + // friend class cRedstone; std::vector<int> m_RSList; std::vector<BlockTickQueueItem *> m_BlockTickQueue; |