diff -r 8289d2a744c0 -r 255d0f685325 train_cmd.c --- a/train_cmd.c Tue Aug 10 19:03:16 2004 +0000 +++ b/train_cmd.c Tue Aug 10 21:28:43 2004 +0000 @@ -1015,7 +1015,7 @@ do { if (!(_rail_vehicle_info[v->engine_type].flags & RVI_WAGON) && (byte)p2 != v->cargo_type && v->cargo_cap != 0) { - cost += (_price.ship_base >> 7); + cost += (_price.build_railvehicle >> 8); num += v->cargo_cap; if (flags & DC_EXEC) { v->cargo_count = 0;