corregit: els fills dels globos verds eixien taronja
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user