Merge remote-tracking branch 'upstream/master'

This commit is contained in:
dP
2023-06-10 18:12:04 +04:00
89 changed files with 2143 additions and 931 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ struct TimetableWindow : Window {
}
case WID_VT_START_DATE: // Change the date that the timetable starts.
ShowSetDateWindow(this, v->index, _date, _cur_year, _cur_year + 15, ChangeTimetableStartCallback, reinterpret_cast<void *>(static_cast<uintptr_t>(v->orders->IsCompleteTimetable() && citymania::_fn_mod)));
ShowSetDateWindow(this, v->index, _date, _cur_year, _cur_year + 15, ChangeTimetableStartCallback, reinterpret_cast<void *>(static_cast<uintptr_t>(citymania::_fn_mod)));
break;
case WID_VT_CHANGE_TIME: { // "Wait For" button.