forked from teamnwah/openmw-tes3coop
Temporarily disabled music
This commit is contained in:
parent
9300e60514
commit
65c2070086
2 changed files with 7 additions and 1 deletions
|
@ -181,6 +181,12 @@ namespace MWSound
|
||||||
{
|
{
|
||||||
if(!mData) return;
|
if(!mData) return;
|
||||||
|
|
||||||
|
#ifdef OPENMW_USE_MPG123
|
||||||
|
// Disable music
|
||||||
|
cout << " - music is temporarily disabled -\n";
|
||||||
|
return;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Play the sound and tell it to stream, if possible. TODO:
|
// Play the sound and tell it to stream, if possible. TODO:
|
||||||
// Store the reference, the jukebox will need to check status,
|
// Store the reference, the jukebox will need to check status,
|
||||||
// control volume etc.
|
// control volume etc.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 27bef840916581c0dd85b9c8b6ab4109e000dbac
|
Subproject commit 200fab03efaa2cbe1b8fce4a742b0195f8912295
|
Loading…
Reference in a new issue