This commit is contained in:
Mylloon 2024-01-08 02:58:46 +01:00
parent 11a1f1ae14
commit 9d0b13fa9b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -200,7 +200,7 @@ bool PlateauSafari::deplacementValideCoor(const int x1, const int y1,
y1 > std::min(pos1.second, pos2.second) &&
y2 <= std::min(pos1.second, pos2.second);
if (d) {
if (d) { // debug
std::cout << std::boolalpha << "barriere " << pos1.first << ","
<< pos1.second << " | " << pos2.first << "," << pos2.second
<< " et pieces " << x1 << "," << y1 << " | " << x2 << "," << y2