mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
Enable music and sound effects in BRA, by default.
svn-id: r40193
This commit is contained in:
parent
6b962cda4e
commit
804cd38c83
@ -568,6 +568,9 @@ SoundMan_br::SoundMan_br(Parallaction_br *vm) : _vm(vm) {
|
||||
_channels[2].dispose = false;
|
||||
_channels[3].data = 0;
|
||||
_channels[3].dispose = false;
|
||||
|
||||
_musicEnabled = true;
|
||||
_sfxEnabled = true;
|
||||
}
|
||||
|
||||
SoundMan_br::~SoundMan_br() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user