From 4ee4f6f5d45d82829f2cd7c93ff26b1b6cc867b1 Mon Sep 17 00:00:00 2001 From: Exosk Date: Fri, 22 Aug 2008 13:19:54 +0000 Subject: [PATCH] temporary deleted the music stop, will be done in the next scene (but i like it now to to have music in the world) --- src/Client/GUI/SceneLogin.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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() }