comment
This commit is contained in:
parent
11a1f1ae14
commit
9d0b13fa9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue