Linux sound compiles now\!
This commit is contained in:
@@ -171,8 +171,8 @@ bool RageSound_Linux::GetData() {
|
|||||||
|
|
||||||
if (got < cs) {
|
if (got < cs) {
|
||||||
/* sound is finishing */
|
/* sound is finishing */
|
||||||
sounds[i].stopping = true;
|
sounds[i]->stopping = true;
|
||||||
sounds[i].flush_pos = last_pos + (got / 16);
|
sounds[i]->flush_pos = last_pos + (got / 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user