Abans de llevar checkInputMod
This commit is contained in:
@@ -87,10 +87,11 @@ Game::Game(int player_id, int current_stage, bool demo)
|
||||
|
||||
#ifdef DEBUG
|
||||
// Si se empieza en una fase que no es la primera
|
||||
for (int i = 0; i < current_stage_; ++i)
|
||||
{
|
||||
balloons_popped_ += balloon_formations_->getStage(i).power_to_complete;
|
||||
}
|
||||
if (!demo_.enabled)
|
||||
for (int i = 0; i < current_stage_; ++i)
|
||||
{
|
||||
balloons_popped_ += balloon_formations_->getStage(i).power_to_complete;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Crea los primeros globos y el mensaje de inicio
|
||||
|
||||
Reference in New Issue
Block a user