mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 17:32:15 -07:00
Cleanup
This commit is contained in:
parent
7c5a13c0b2
commit
f3349cd1cc
2 changed files with 2 additions and 2 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, bool isReversed)
|
||||
int Server_CardZone::removeCard(Server_Card *card, bool &wasLookedAt)
|
||||
{
|
||||
int index = cards.indexOf(card);
|
||||
wasLookedAt = isCardAtPosLookedAt(index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue