fix data being read in HALTING

This commit is contained in:
Glenn Maynard
2004-04-19 21:09:15 +00:00
parent 2a2c43b88e
commit 1e1ae8c53d
@@ -57,7 +57,7 @@ void RageSound_Generic_Software::Mix( int16_t *buf, int frames, int64_t frameno,
continue;
}
if( s.state == sound::STOPPED )
if( s.state != sound::STOPPING && s.state != sound::PLAYING )
continue;
/* STOPPING or PLAYING. Read sound data. */