Stage ja carrega desde fitxer la informació de les fases

This commit is contained in:
2025-08-14 11:14:54 +02:00
parent b2139d8e06
commit 4cc5102d70
8 changed files with 188 additions and 91 deletions

View File

@@ -111,7 +111,7 @@ void BalloonManager::deployRandomFormation(int stage) {
}
// Reinicia el contador para el próximo despliegue
balloon_deploy_counter_ = 300;
balloon_deploy_counter_ = DEFAULT_BALLOON_DEPLOY_COUNTER;
}
}
}