zoneId is a dynamic gameplay property and thus belongs in player.cpp

Took 11 minutes

Took 19 seconds
This commit is contained in:
Lukas Brübach 2025-09-10 03:09:49 +02:00
parent 270bdefd87
commit aaf3c1e3b2
11 changed files with 31 additions and 32 deletions

View file

@ -146,7 +146,6 @@ void PlayerActions::actViewTopCards()
{
int deckSize = player->getDeckZone()->getCards().size();
bool ok;
// TODO: Signal this
int number = QInputDialog::getInt(player->getGame()->getTab(), tr("View top cards of library"),
tr("Number of cards: (max. %1)").arg(deckSize), defaultNumberTopCards, 1,
deckSize, 1, &ok);