Commit 2f73b06d authored by wind2009's avatar wind2009

Fix

parent 58641594
Pipeline #37014 failed with stages
in 3 minutes and 35 seconds
......@@ -25,7 +25,7 @@ SingleDuel::SingleDuel(bool is_match) {
replay_recorder = 0;
#endif
//2pick
int cardlist[128];
uint32_t cardlist[128];
cardlist[0] = 89631139;
deckManager.LoadDeck(default_deck, cardlist, 1, 0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment