al fer restart, si estava sonant la musica del attract mode, la musica no parava al anar al logo

This commit is contained in:
2026-03-30 20:22:14 +02:00
parent f3bad9f4ed
commit d5a4caa86e

View File

@@ -641,6 +641,7 @@ static const std::vector<ConsoleCommand> COMMANDS = {
// RESTART — Reiniciar desde el principio (equivale a SCENE LOGO)
{.keyword = "RESTART", .execute = [](const std::vector<std::string>&) -> std::string {
SceneManager::current = SceneManager::Scene::LOGO;
Audio::get()->stopMusic();
return "Restarting...";
},
.instant = true},