diff --git a/src/ship_cmd.cpp b/src/ship_cmd.cpp --- a/src/ship_cmd.cpp +++ b/src/ship_cmd.cpp @@ -864,7 +864,7 @@ CommandCost CmdBuildShip(TileIndex tile, v->max_age = e->lifelength * 366; _new_vehicle_id = v->index; - v->string_id = STR_SV_SHIP_NAME; + v->name = NULL; v->u.ship.state = TRACK_BIT_DEPOT; v->service_interval = _patches.servint_ships;