summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2014-06-07 00:54:24 +0200
committerworktycho <work.tycho@gmail.com>2014-06-07 00:54:24 +0200
commit43342540c80169c1d539751cfd48cae99d97e058 (patch)
tree360500726086f7ab13add49a6d0ce3998f45490a
parentSuggestions (diff)
downloadcuberite-43342540c80169c1d539751cfd48cae99d97e058.tar
cuberite-43342540c80169c1d539751cfd48cae99d97e058.tar.gz
cuberite-43342540c80169c1d539751cfd48cae99d97e058.tar.bz2
cuberite-43342540c80169c1d539751cfd48cae99d97e058.tar.lz
cuberite-43342540c80169c1d539751cfd48cae99d97e058.tar.xz
cuberite-43342540c80169c1d539751cfd48cae99d97e058.tar.zst
cuberite-43342540c80169c1d539751cfd48cae99d97e058.zip
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 3e02caf8e..1b5582b81 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -570,7 +570,7 @@ void cWorld::Start(void)
m_VillagersShouldHarvestCrops = IniFile.GetValueSetB("Monsters", "VillagersShouldHarvestCrops", true);
int GameMode = IniFile.GetValueSetI("General", "Gamemode", (int)m_GameMode);
int Weather = IniFile.GetValueSetI("General", "Weather", (int)m_Weather);
- Int64 TimeOfDay = IniFile.GetValueSetI("General", "TimeInTicks", m_TimeOfDay);
+ m_TimeOfDay = IniFile.GetValueSetI("General", "TimeInTicks", m_TimeOfDay);
if ((GetDimension() != dimNether) && (GetDimension() != dimEnd))
{