mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Use options from dialog.
Took 39 seconds
This commit is contained in:
parent
97e4d03776
commit
f482f3160a
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ void PlayerDialogs::onMoveTopCardsUntilDialogRequested(MoveTopCardsUntilOptions
|
|||
if (!dlg.exec()) {
|
||||
return;
|
||||
}
|
||||
playerActions->moveTopCardsUntil(dlg.getExpr(), options);
|
||||
playerActions->moveTopCardsUntil(dlg.getExpr(), dlg.getOptions());
|
||||
}
|
||||
|
||||
void PlayerDialogs::onMoveBottomCardsToDialogRequested(int defaultNumberBottomCards,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue