tots els singletons tornats a fer a la vieja y gorda usanza

This commit is contained in:
2025-05-30 10:17:41 +02:00
parent 64b6f66044
commit f661da5215
29 changed files with 322 additions and 379 deletions

View File

@@ -414,6 +414,6 @@ void Balloon::playSound()
{
if (sound_enabled_)
{
Audio::get().playSound(sound_);
Audio::get()->playSound(sound_);
}
}