Skip to content

Commit

Permalink
Fix Multi limit wrong vector type
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Dec 14, 2017
1 parent 16b24c2 commit 5311f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tyrant_optimize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace {
std::unordered_map<unsigned, unsigned> owned_cards;
const Card* owned_alpha_dominion{nullptr};
bool use_owned_cards{true};
std::vector<const Faction> factions;
std::vector<Faction> factions;
unsigned min_deck_len{1};
unsigned max_deck_len{10};
unsigned freezed_cards{0};
Expand Down

0 comments on commit 5311f5c

Please sign in to comment.