[Fix-Warnings] Follow suggestion.

This commit is contained in:
Brübach, Lukas 2025-11-29 10:19:36 +01:00
parent 8ddbdf31f9
commit f4dc3fb891

View file

@ -67,7 +67,7 @@ void PlayerActions::playCard(CardItem *card, bool faceDown)
cmd.set_x(0);
cmd.set_y(0);
} else if (!faceDown &&
((!playToStack && tableRow == 3) || playToStack && tableRow != 0 && currentZone != "stack")) {
((!playToStack && tableRow == 3) || (playToStack && tableRow != 0 && currentZone != "stack"))) {
cmd.set_target_zone("stack");
cmd.set_x(-1);
cmd.set_y(0);