Commit df57c756 authored by nanahira's avatar nanahira Committed by GitHub

Update card.cpp

parent 2067edc9
......@@ -1519,7 +1519,7 @@ int32 card::is_all_column() {
}
uint8 card::get_select_sequence(uint8 *deck_seq_pointer) {
if(current.location == LOCATION_DECK && current.controler == pduel->game_field->core.selecting_player && !pduel->game_field->core.select_deck_seq_preserved) {
return *deck_seq_pointer++;
return (*deck_seq_pointer)++;
} else {
return current.sequence;
}
......
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