diff options
author | Chris Robinson <[email protected]> | 2008-10-09 23:44:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-10-09 23:44:48 -0700 |
commit | bfa110778130bfdeacc79989d2d57adf170ef586 (patch) | |
tree | 18fe69f98e54a7dca9f581152dc641327c3632b5 /Alc/ALu.c | |
parent | 11397f76675adb7d6036821e3df2363c14913961 (diff) |
Remove unneeded source member variable
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -920,7 +920,6 @@ ALvoid aluMixData(ALCcontext *ALContext,ALvoid *buffer,ALsizei size,ALenum forma ALSource->inuse = AL_TRUE; ALSource->play = AL_TRUE; ALSource->BuffersPlayed = 0; - ALSource->BufferPosition = 0; ALSource->lBytesPlayed = 0; BufferListItem = ALSource->queue; while(BufferListItem != NULL) |