1
0
Fork 0

Tiago GUSMAO: keep sound muted after pause/unpause

This commit is contained in:
mfranz 2007-11-24 08:40:04 +00:00
parent 2a03296e5e
commit d76f26dcea

View file

@ -232,7 +232,7 @@ setFreeze (bool f)
if ( s != NULL ) {
if ( f ) {
s->pause();
} else {
} else if (!fgGetBool("/sim/sound/pause")) {
s->resume();
}
}