temporary deleted the music stop, will be done in the next scene (but i like it now to to have music in the world)

This commit is contained in:
Exosk 2008-08-22 13:19:54 +00:00
parent 1c7474b32c
commit 4ee4f6f5d4

View File

@ -120,10 +120,7 @@ void SceneLogin::OnUpdate(s32 timepassed)
void SceneLogin::OnDelete(void) void SceneLogin::OnDelete(void)
{ {
if(soundengine) // sound will be stopped after char selection
{
soundengine->stopAllSounds();
}
// not necessary to delete the images, because they are deleted by guienv->clear() // not necessary to delete the images, because they are deleted by guienv->clear()
} }