diff options
Diffstat (limited to 'water_cmd.c')
-rw-r--r-- | water_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/water_cmd.c b/water_cmd.c index 2cfa8fa6d..dfa7bd6cb 100644 --- a/water_cmd.c +++ b/water_cmd.c @@ -587,7 +587,7 @@ static void FloodVehicle(Vehicle *v) else if (v->type == VEH_Train) { v = GetFirstVehicleInChain(v); u = v; - pass = 4; // driver + if (v->subtype == TS_Front_Engine) pass = 4; // driver // crash all wagons, and count passangers BEGIN_ENUM_WAGONS(v) |