diff --git a/src/Client/GUI/SceneLogin.cpp b/src/Client/GUI/SceneLogin.cpp index 2b3734c..9c58071 100644 --- a/src/Client/GUI/SceneLogin.cpp +++ b/src/Client/GUI/SceneLogin.cpp @@ -120,10 +120,7 @@ void SceneLogin::OnUpdate(s32 timepassed) void SceneLogin::OnDelete(void) { - if(soundengine) - { - soundengine->stopAllSounds(); - } + // sound will be stopped after char selection // not necessary to delete the images, because they are deleted by guienv->clear() }