Remove global automated timetable setting.

This commit is contained in:
Jonathan G Rennison
2016-05-06 23:33:12 +01:00
parent ff5ee52b94
commit efcdd6c36f
10 changed files with 4 additions and 26 deletions

View File

@@ -395,8 +395,6 @@ CommandCost CmdAutofillTimetable(TileIndex tile, DoCommandFlag flags, uint32 p1,
CommandCost CmdAutomateTimetable(TileIndex index, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)
{
if (!_settings_game.order.timetable_automated) return CMD_ERROR;
VehicleID veh = GB(p1, 0, 16);
Vehicle *v = Vehicle::GetIfValid(veh);