mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-08 23:19:40 +00:00
(svn r9714) -Fix (r8110): Remove invalid assertion triggered by overly long trains being reversed while loading.
This commit is contained in:
parent
fa180a15cc
commit
1164c275af
@ -2933,7 +2933,6 @@ void Vehicle::BeginLoading()
|
||||
|
||||
void Vehicle::LeaveStation()
|
||||
{
|
||||
assert(IsTileType(tile, MP_STATION) || type == VEH_SHIP);
|
||||
assert(current_order.type == OT_LOADING);
|
||||
current_order.type = OT_LEAVESTATION;
|
||||
current_order.flags = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user