diff --git a/src/water_cmd.cpp b/src/water_cmd.cpp index f942349af9..4c013857ad 100644 --- a/src/water_cmd.cpp +++ b/src/water_cmd.cpp @@ -567,6 +567,9 @@ static void TileLoopWaterHelper(TileIndex tile, const TileIndexDiffC *offs) )) { break; } + + Vehicle *v = FindFloodableVehicleOnTile(target); + if (v != NULL) FloodVehicle(v); } /* FALLTHROUGH */