summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2015-01-11 22:53:20 +0100
committerTycho <work.tycho+git@gmail.com>2015-01-11 22:53:20 +0100
commitacc2dcbbc3e08ddae654b8c64d735f93207c297a (patch)
tree088e5548c210ccfe21c2b928ec619b4fe74bca65
parentInitial convertion of a_Dt to std::chrono (diff)
downloadcuberite-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
-rw-r--r--src/World.h2
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;