Skip to content

Commit

Permalink
Merge branch 'formation_flying_points_only' into formation_flying
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdmeer committed May 4, 2024
2 parents 70c1ff8 + 48a2398 commit d02bf3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/Fleet.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@ class Fleet {
const Phrase *names = nullptr;
const Phrase *fighterNames = nullptr;
const FormationPattern *formation = nullptr;
// The sum of all available variant weights.
int total = 0;
WeightedList<Variant> variants;
std::vector<std::string> commodities;
std::set<const Sale<Outfit> *> outfitters;
// The cargo ships in this fleet will carry.
FleetCargo cargo;

Expand Down

0 comments on commit d02bf3b

Please sign in to comment.