diff options
Diffstat (limited to 'src/environment.h')
-rw-r--r-- | src/environment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/environment.h b/src/environment.h index 1a1debcb9..f568ba228 100644 --- a/src/environment.h +++ b/src/environment.h @@ -106,7 +106,7 @@ protected: /* * Below: values managed by m_time_lock - */ + */ // Time of day in milli-hours (0-23999), determines day and night u32 m_time_of_day; // Time of day in 0...1 @@ -122,7 +122,7 @@ protected: std::atomic<u32> m_day_count; /* * Above: values managed by m_time_lock - */ + */ /* TODO: Add a callback function so these can be updated when a setting * changes. At this point in time it doesn't matter (e.g. /set |