forked from mirror/OpenTTD
(svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way
This commit is contained in:
@@ -998,7 +998,7 @@ void VehicleEnterDepot(Vehicle *v)
|
||||
if (_settings_client.gui.show_track_reservation) MarkTileDirtyByTile(t->tile);
|
||||
|
||||
UpdateSignalsOnSegment(t->tile, INVALID_DIAGDIR, t->owner);
|
||||
t->time_counter = 0;
|
||||
t->wait_counter = 0;
|
||||
ClrBit(t->flags, VRF_TOGGLE_REVERSE);
|
||||
TrainConsistChanged(t, true);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user