diff --git a/src/modes/world.cpp b/src/modes/world.cpp index b2583f2b6..7a76ea5df 100644 --- a/src/modes/world.cpp +++ b/src/modes/world.cpp @@ -404,7 +404,6 @@ World::~World() if(m_physics) delete m_physics; - music_manager->stopMusic(); m_world = NULL; irr_driver->getSceneManager()->clear();