Correction d'affichage
This commit is contained in:
parent
10137db2cd
commit
dca1d5c47c
1 changed files with 2 additions and 3 deletions
|
@ -138,8 +138,7 @@ void Evenement::affichage(Univers * univers, const bool traits) noexcept {
|
||||||
|
|
||||||
delete[] plateau;
|
delete[] plateau;
|
||||||
|
|
||||||
// La taille de la ligne séparatrice s'adapte en fonction du texte à afficher
|
std::cout << std::string(50, '-') << std::endl;
|
||||||
std::cout << std::string(39 + std::to_string(univers->ID).size() + std::to_string(univers->m_tour).size(), '-') << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Evenement::lancerSimulation(Univers * univers) {
|
void Evenement::lancerSimulation(Univers * univers) {
|
||||||
|
|
Reference in a new issue