diff options
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r-- | src/vehicle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp index 384590e64..f030656b9 100644 --- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -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; |