Meilleur incrémentation
This commit is contained in:
parent
2205f3b15e
commit
47bf1a2032
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ void Evenement::affichage(Univers * univers, const bool traits) noexcept {
|
|||
std::cout << " ";
|
||||
}
|
||||
}
|
||||
std::cout << static_cast<int>(echequier++) + 1 << " "; // cast en int
|
||||
std::cout << static_cast<int>(++echequier) << " "; // cast en int
|
||||
}
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
|
Reference in a new issue