bug: ignore correct column for moving multiple cards
This commit is contained in:
parent
b2cad5ac14
commit
0bee5ddc12
|
@ -329,7 +329,7 @@ bool GameState::autoMoveColumnCard(int columnId, int cardIndex) {
|
||||||
selectedCards.append(curCol->card());
|
selectedCards.append(curCol->card());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!tryAutoMoveMultipleCards(selectedCards, cardIndex)) {
|
if (!tryAutoMoveMultipleCards(selectedCards, columnId)) {
|
||||||
qDebug() << "> Moving failed, no available move found";
|
qDebug() << "> Moving failed, no available move found";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue