mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Cleanup
This commit is contained in:
parent
db1b481ef8
commit
5aa1cfea21
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue