From a394397dc0686f8eabe72240bfa446f25290550d Mon Sep 17 00:00:00 2001 From: Eduardo MG Date: Tue, 29 Apr 2025 23:10:37 -0600 Subject: [PATCH] Update AIPlayerBaka.cpp Remove the unused variable --- projects/mtg/src/AIPlayerBaka.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/mtg/src/AIPlayerBaka.cpp b/projects/mtg/src/AIPlayerBaka.cpp index b766c2c85..08d4c677b 100644 --- a/projects/mtg/src/AIPlayerBaka.cpp +++ b/projects/mtg/src/AIPlayerBaka.cpp @@ -4142,7 +4142,6 @@ int AIPlayerBaka::chooseBlockers() return 0; map opponentsToughness; - int opponentForce = getCreaturesInfo(opponent(), INFO_CREATURESPOWER); //Initialize the list of opponent's attacking cards toughness CardDescriptor cdAttackers;