diff options
author | Tycho <work.tycho+git@gmail.com> | 2015-01-11 22:53:20 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2015-01-11 22:53:20 +0100 |
commit | acc2dcbbc3e08ddae654b8c64d735f93207c297a (patch) | |
tree | 088e5548c210ccfe21c2b928ec619b4fe74bca65 /src | |
parent | Initial convertion of a_Dt to std::chrono (diff) | |
download | cuberite-acc2dcbbc3e08ddae654b8c64d735f93207c297a.tar cuberite-acc2dcbbc3e08ddae654b8c64d735f93207c297a.tar.gz cuberite-acc2dcbbc3e08ddae654b8c64d735f93207c297a.tar.bz2 cuberite-acc2dcbbc3e08ddae654b8c64d735f93207c297a.tar.lz cuberite-acc2dcbbc3e08ddae654b8c64d735f93207c297a.tar.xz cuberite-acc2dcbbc3e08ddae654b8c64d735f93207c297a.tar.zst cuberite-acc2dcbbc3e08ddae654b8c64d735f93207c297a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/World.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h index 4e5c9bceb..1f58ddbb7 100644 --- a/src/World.h +++ b/src/World.h @@ -912,7 +912,7 @@ private: bool m_BroadcastDeathMessages; bool m_BroadcastAchievementMessages; - bool m_IsDaylightCycleEnabled; + bool m_IsDaylightCycleEnabled; // std::chrono::milliseconds is guaranteed to be good for 292 years by the standard. std::chrono::milliseconds m_WorldAge; std::chrono::milliseconds m_TimeOfDay; |