mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 15:32:15 -07:00
zoneId is a dynamic gameplay property and thus belongs in player.cpp
Took 11 minutes Took 19 seconds
This commit is contained in:
parent
270bdefd87
commit
aaf3c1e3b2
11 changed files with 31 additions and 32 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue