Linux sound compiles now\!

This commit is contained in:
Tim Hentenaar
2003-02-19 09:52:45 +00:00
parent 16acb48ecd
commit e7ae2d6284
@@ -171,8 +171,8 @@ bool RageSound_Linux::GetData() {
if (got < cs) {
/* sound is finishing */
sounds[i].stopping = true;
sounds[i].flush_pos = last_pos + (got / 16);
sounds[i]->stopping = true;
sounds[i]->flush_pos = last_pos + (got / 16);
}
}