Commit c09fd690 authored by nanahira's avatar nanahira

swapcheck

parent 881ebc1a
...@@ -1986,6 +1986,9 @@ void SingleDuel::SwapPickDeck() { ...@@ -1986,6 +1986,9 @@ void SingleDuel::SwapPickDeck() {
Deck d = pick_deck[0]; Deck d = pick_deck[0];
pick_deck[0] = pick_deck[1]; pick_deck[0] = pick_deck[1];
pick_deck[1] = d; pick_deck[1] = d;
bool pick_deck_saved_temp = pick_deck_saved[0];
pick_deck_saved[0] = pick_deck_saved[1];
pick_deck_saved[1] = pick_deck_saved_temp;
} }
} }
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