Update AIPlayerBaka.cpp

Remove the unused variable
This commit is contained in:
Eduardo MG
2025-04-29 23:10:37 -06:00
parent f93bcb32ef
commit a394397dc0

View File

@@ -4142,7 +4142,6 @@ int AIPlayerBaka::chooseBlockers()
return 0;
map<MTGCardInstance*, int> opponentsToughness;
int opponentForce = getCreaturesInfo(opponent(), INFO_CREATURESPOWER);
//Initialize the list of opponent's attacking cards toughness
CardDescriptor cdAttackers;