Codechange: use TimerGameCalendar::Date for variables in linkgraph that are dates (#11187)
This commit is contained in:
@@ -575,7 +575,7 @@ public:
|
||||
*/
|
||||
virtual void OnNewDay() {};
|
||||
|
||||
void ShiftDates(int interval);
|
||||
void ShiftDates(TimerGameCalendar::Date interval);
|
||||
|
||||
/**
|
||||
* Crash the (whole) vehicle chain.
|
||||
|
||||
Reference in New Issue
Block a user