Loading

Paste #p6yvowge9

  1. +       if (e->u.rail.running_cost_class == INVALID_PRICE) {
  2. +           const Train *a = v;
  3. +
  4. +           do {
  5. +               cost += a->purchase_cost_or_what_is_called / 8;
  6. +               a = a->HasArticulatedPart() ? a->GetNextArticulatedPart() : NULL;
  7. +           } while (a != NULL);
  8. +           continue;
  9. +       }

Comments