This commit is contained in:
ZeldaZach 2025-01-02 23:34:13 -05:00
parent 7c5a13c0b2
commit f3349cd1cc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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);