mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
Avoid console spam when a sound can't play
This commit is contained in:
parent
6942fa97da
commit
6c5c9ce46e
1 changed files with 2 additions and 2 deletions
|
@ -296,7 +296,7 @@ namespace MWSound
|
|||
}
|
||||
catch(std::exception &e)
|
||||
{
|
||||
std::cout <<"Sound Error: "<<e.what()<< std::endl;
|
||||
//std::cout <<"Sound Error: "<<e.what()<< std::endl;
|
||||
}
|
||||
return sound;
|
||||
}
|
||||
|
@ -332,7 +332,7 @@ namespace MWSound
|
|||
}
|
||||
catch(std::exception &e)
|
||||
{
|
||||
std::cout <<"Sound Error: "<<e.what()<< std::endl;
|
||||
//std::cout <<"Sound Error: "<<e.what()<< std::endl;
|
||||
}
|
||||
return sound;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue