corregit: en el mode demo no calculava correctament el estat del fondo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user