Timetable window: Add further hints about automation with auto-separate

This commit is contained in:
Jonathan G Rennison
2022-10-08 19:35:24 +01:00
parent d61fbb977e
commit 63699e3f24
2 changed files with 4 additions and 0 deletions

View File

@@ -311,6 +311,8 @@ void ProcessTimetableWarnings(const Vehicle *v, std::function<void(StringID, boo
handler(STR_TIMETABLE_AUTOSEP_TIMETABLE_INCOMPLETE, false);
} else {
handler(STR_TIMETABLE_WARNING_AUTOSEP_MISSING_TIMINGS, true);
handler(STR_TIMETABLE_FILL_TIMETABLE_SUGGESTION, false);
handler(STR_TIMETABLE_FILL_TIMETABLE_SUGGESTION_2, false);
}
} else if (v->GetNumOrders() == 0) {
handler(STR_TIMETABLE_AUTOSEP_TIMETABLE_INCOMPLETE, false);