mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 17:32:15 -07:00
Support viewing the bottom X cards of library
This commit is contained in:
parent
0402d4b853
commit
7c5a13c0b2
19 changed files with 119 additions and 38 deletions
|
|
@ -128,7 +128,7 @@ int Server_CardZone::removeCard(Server_Card *card)
|
|||
return removeCard(card, wasLookedAt);
|
||||
}
|
||||
|
||||
int Server_CardZone::removeCard(Server_Card *card, bool &wasLookedAt)
|
||||
int Server_CardZone::removeCard(Server_Card *card, bool &wasLookedAt, bool isReversed)
|
||||
{
|
||||
int index = cards.indexOf(card);
|
||||
wasLookedAt = isCardAtPosLookedAt(index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue