Tiago GUSMAO: keep sound muted after pause/unpause
This commit is contained in:
parent
2a03296e5e
commit
d76f26dcea
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ setFreeze (bool f)
|
|||
if ( s != NULL ) {
|
||||
if ( f ) {
|
||||
s->pause();
|
||||
} else {
|
||||
} else if (!fgGetBool("/sim/sound/pause")) {
|
||||
s->resume();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue