This commit is contained in:
ZeldaZach 2025-01-04 04:23:09 -05:00
parent db1b481ef8
commit 5aa1cfea21
No known key found for this signature in database

View file

@ -121,7 +121,7 @@ void ZoneViewZone::updateCardIds(CardAction action)
if (isReversed) {
// these get called after this zone's card list updates but before parent zone's card list updates
startId = origZone->getCards().size() - cards.size();
startId = origZone->getCards().size() - cardCount;
switch (action) {
case INITIALIZE:
break;