(svn r21858) -Codechange: Give more similar names to ArticulatedPart functions.

This commit is contained in:
terkhen
2011-01-19 18:41:53 +00:00
parent 10a7678beb
commit cfbbcf1597
4 changed files with 14 additions and 14 deletions

View File

@@ -2373,7 +2373,7 @@ void GetVehicleSet(VehicleSet &set, Vehicle *v, uint8 num_vehicles)
u = u->GetFirstEnginePart();
while (u->index != v->index) {
set.Include(u->index);
u = u->GetNextArticPart();
u = u->GetNextArticulatedPart();
}
}