diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client.h b/src/client.h index 4720bd720..a1ee3f762 100644 --- a/src/client.h +++ b/src/client.h @@ -290,9 +290,8 @@ private: PacketCounter m_packetcounter; - // Access these only in main thread. - u32 m_time; - float m_time_counter; + // Received from the server. 0-23999 + MutexedVariable<u32> m_time_of_day; // 0 <= m_daynight_i < DAYNIGHT_CACHE_COUNT //s32 m_daynight_i; |