al fer reset desde Game, en Intro no sona la musica. Bypassejat obligant a recarregar sempre que fas reset

This commit is contained in:
2025-03-15 20:34:26 +01:00
parent 2e9b668426
commit 10997f8850

View File

@@ -708,7 +708,9 @@ void Director::runDemoGame()
// Ejecuta la sección init
void Director::runInit()
{
if (section::options == section::Options::RELOAD)
JA_StopMusic();
JA_StopChannel(-1);
if (section::options == section::Options::RELOAD || true)
{
Resource::get()->reload();
}