bah, that line was needed after all. still don't know why (it shouldn't be)

This commit is contained in:
Bill Currie 2007-03-23 14:41:53 +00:00 committed by Jeff Teunissen
parent 7add93e3ce
commit b8c11cc7ec

View file

@ -393,6 +393,7 @@ s_updateAmbientSounds (void)
sfx->retain (sfx);
} else {
sfx = chan->sfx;
sfx->retain (sfx); //FIXME why is this necessary?
}
// sfx will be written to chan->sfx later to ensure mixer doesn't use
// channel prematurely.