Also nullptr incrementAllCardsCounter (#6117)

Took 34 minutes


Took 41 seconds

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL
2025-09-11 17:39:56 +02:00
committed by GitHub
parent bca0da6bd4
commit 5efc573783

View File

@@ -198,6 +198,7 @@ PlayerMenu::PlayerMenu(Player *_player) : player(_player)
mCustomZones = nullptr;
aCreateAnotherToken = nullptr;
createPredefinedTokenMenu = nullptr;
aIncrementAllCardCounters = nullptr;
mCardCounters = nullptr;
moveHandMenu = nullptr;
aMoveHandToTopLibrary = nullptr;