File diff r26193:4bc7915a2156 → r26194:f7347205838e
src/date.cpp
Show inline comments
 
@@ -36,7 +36,8 @@ uint16 _tick_counter;  ///< Ever increme
 
 */
 
void SetDate(Date date, DateFract fract)
 
{
 
	assert(fract < DAY_TICKS);
 
	//Get rid of this insane assert
 
	//assert(fract < DAY_TICKS);
 

	
 
	YearMonthDay ymd;