Feature: Ctrl+Click to reset late counter for the entire vehicle group.
This commit is contained in:

committed by
rubidium42

parent
231935fccd
commit
35ad964c6b
@@ -600,7 +600,7 @@ struct TimetableWindow : Window {
|
||||
}
|
||||
|
||||
case WID_VT_RESET_LATENESS: // Reset the vehicle's late counter.
|
||||
Command<CMD_SET_VEHICLE_ON_TIME>::Post(STR_ERROR_CAN_T_TIMETABLE_VEHICLE, v->index);
|
||||
Command<CMD_SET_VEHICLE_ON_TIME>::Post(STR_ERROR_CAN_T_TIMETABLE_VEHICLE, v->index, _ctrl_pressed);
|
||||
break;
|
||||
|
||||
case WID_VT_AUTOFILL: { // Autofill the timetable.
|
||||
|
Reference in New Issue
Block a user