corregit: en el mode demo no calculava correctament el estat del fondo

This commit is contained in:
2025-09-30 09:56:32 +02:00
parent 19645445b2
commit a0fb6934b0
3 changed files with 49 additions and 2 deletions
+1
View File
@@ -67,6 +67,7 @@ class StageManager : public IStageInfo {
// --- Navegación ---
auto jumpToStage(size_t target_stage_index) -> bool; // Salta a una fase específica
auto setTotalPower(int target_total_power) -> bool; // Establece el poder total y ajusta fase/progreso
// --- Consultas de estado ---
[[nodiscard]] auto getCurrentStage() const -> std::optional<StageData>; // Obtiene la fase actual