Ajout commentaire
This commit is contained in:
parent
9de70611c2
commit
7745153f37
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Univers::Univers(const int longueur, const int largeur): m_longueur(longueur),
|
||||||
}
|
}
|
||||||
|
|
||||||
Univers::~Univers(void) {
|
Univers::~Univers(void) {
|
||||||
for(auto it: m_liste_univers[ID].second) {
|
for(auto it: m_liste_univers[ID].second) { // Supprime les organismes présent dans l'univers
|
||||||
delete it;
|
delete it;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue