diff --git a/cockatrice/src/game/player/player_dialogs.cpp b/cockatrice/src/game/player/player_dialogs.cpp index bc223c66f..c0f4eb931 100644 --- a/cockatrice/src/game/player/player_dialogs.cpp +++ b/cockatrice/src/game/player/player_dialogs.cpp @@ -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,