Fixed #1978 (by removing unnecessary stopMusic in World, which actually

stops the menu music, not the tutorial music. It's unnecessary since
startMusic (main menu) later will first stop currently running music.
This commit is contained in:
hiker 2015-02-12 16:56:25 +11:00
parent 93c5012f57
commit 4e88cb6753

View File

@ -404,7 +404,6 @@ World::~World()
if(m_physics)
delete m_physics;
music_manager->stopMusic();
m_world = NULL;
irr_driver->getSceneManager()->clear();