Get rid of warning.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3325 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -377,7 +377,7 @@ process_stream (TFB_SoundSource *source)
|
||||
}
|
||||
|
||||
// Unqueue processed buffers and replace them with new ones
|
||||
for (processed; processed > 0; --processed)
|
||||
for (; processed > 0; --processed)
|
||||
{
|
||||
uint32 error;
|
||||
audio_Object buffer;
|
||||
|
||||
Reference in New Issue
Block a user