corregit: els fills dels globos verds eixien taronja

This commit is contained in:
2025-09-30 08:47:49 +02:00
parent efe8628a3c
commit 19645445b2
2 changed files with 2 additions and 1 deletions

View File

@@ -1551,7 +1551,7 @@ void Game::initDemo(Player::Id player_id) {
// Selecciona una pantalla al azar
constexpr auto NUM_STAGES = 3;
const auto STAGE = rand() % NUM_STAGES;
constexpr std::array<int, NUM_STAGES> STAGES = {0, 3, 5};
constexpr std::array<int, NUM_STAGES> STAGES = {0, 2, 4};
stage_manager_->jumpToStage(STAGES.at(STAGE));
// Activa o no al otro jugador