From 0151ab03793ce7074dd4dae561230434edaa7258 Mon Sep 17 00:00:00 2001 From: bjarni Date: Wed, 29 Mar 2006 20:57:17 +0000 Subject: (svn r4159) added missing comments about refitting in CmdCloneVehicle --- vehicle.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vehicle.c') diff --git a/vehicle.c b/vehicle.c index 35c0db24c..90cf7e3fa 100644 --- a/vehicle.c +++ b/vehicle.c @@ -1552,6 +1552,8 @@ int32 CmdCloneVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2) if (v->type != VEH_Road) { // road vehicles can't be refitted if (v->cargo_type != w->cargo_type) { + // we can't pay for refitting because we can't estimate refitting costs for a vehicle before it's build + // if we pay for it anyway, the cost and the estimated cost will not be the same and we will have an assert DoCommand(x, y, w->index, v->cargo_type, flags, CMD_REFIT_VEH(v->type)); } } -- cgit v1.2.3-54-g00ecf