canvi de pc

This commit is contained in:
2024-11-06 17:22:16 +01:00
parent caf04e3a7e
commit d902bb9088
5 changed files with 107 additions and 163 deletions

View File

@@ -709,7 +709,4 @@ void BalloonFormations::initGameStages()
}
// Devuelve una fase
Stage BalloonFormations::getStage(int index) const
{
return stage_[index];
}
Stage BalloonFormations::getStage(int index) const { return stage_[index]; }