summaryrefslogtreecommitdiff
path: root/src/date.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/date.cpp')
-rw-r--r--src/date.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/date.cpp b/src/date.cpp
index bc3c1d106..4b8111b6a 100644
--- a/src/date.cpp
+++ b/src/date.cpp
@@ -34,6 +34,8 @@ uint16 _tick_counter; ///< Ever incrementing (and sometimes wrapping) tick coun
*/
void SetDate(Date date, DateFract fract)
{
+ assert(fract < DAY_TICKS);
+
YearMonthDay ymd;
_date = date;