From 7d3d73e104c40fdf0b30cbeda61112ca5797a26c Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 29 May 2007 20:52:35 +0000 Subject: (svn r9982) -Fix (r9874): autoreplacing vehicles from a group could sometimes add the new vehicle twice to the engine (EngineID, not total count) count in the group --- src/autoreplace_cmd.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/autoreplace_cmd.cpp b/src/autoreplace_cmd.cpp index 25759b20c..006925ed1 100644 --- a/src/autoreplace_cmd.cpp +++ b/src/autoreplace_cmd.cpp @@ -234,10 +234,6 @@ static int32 ReplaceVehicle(Vehicle **w, byte flags, int32 total_cost) if (temp_v != NULL) { DoCommand(0, (new_v->index << 16) | temp_v->index, 1, DC_EXEC, CMD_MOVE_RAIL_VEHICLE); } - } else if (!IsDefaultGroupID(old_v->group_id) && IsValidGroupID(old_v->group_id)) { - /* Increase the new num engines of the group for the ships, aircraft, and road vehicles - The old new num engine is decrease in the destroyvehicle function */ - GetGroup(old_v->group_id)->num_engines[new_v->engine_type]++; } } /* We are done setting up the new vehicle. Now we move the cargo from the old one to the new one */ -- cgit v1.2.3-70-g09d2