Using correct return type and get rid of warning
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2346 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1108,7 +1108,7 @@ mixer_SourceGetFakeSample (mixer_Source *src, float *psamp, bool left)
|
||||
}
|
||||
|
||||
/* advance position in currently queued buffer */
|
||||
static __inline__ bool
|
||||
static __inline__ uint32
|
||||
mixer_SourceAdvance (mixer_Source *src, bool left)
|
||||
{
|
||||
mixer_Buffer *curr = src->nextqueued;
|
||||
|
||||
Reference in New Issue
Block a user