This commit is contained in:
parent
db82702cef
commit
d15480ef40
3 changed files with 76 additions and 3 deletions
|
@ -220,13 +220,13 @@ if(_frames==0)_frames=1;
|
|||
CXAStream::ControlXA();
|
||||
s_xmplaySound->think();
|
||||
|
||||
|
||||
// Push through any changes in volume
|
||||
if(s_volumeDirty[VOL_FADE])
|
||||
{
|
||||
s_volumeDirty[VOL_SONG]=true;
|
||||
s_volumeDirty[VOL_SFX]=true;
|
||||
s_volumeDirty[VOL_SPEECH]=true;
|
||||
s_volumeDirty[VOL_FADE]=false;
|
||||
}
|
||||
if(s_volumeDirty[VOL_SONG])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue