1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 01:23:53 +00:00

Don't reset the sound Output device if init fails

This commit is contained in:
Chris Robinson 2012-03-31 02:48:14 -07:00
parent 28378c063b
commit 7541e08909

View file

@ -62,7 +62,6 @@ namespace MWSound
catch(std::exception &e)
{
std::cout <<"Sound init failed: "<<e.what()<< std::endl;
mOutput.reset();
return;
}
}