forked from len0rd/rockbox
mikmod plugin: make functions static when possible
Change-Id: Ic0102071318c55c19952029be6998ecf5f33eb98
This commit is contained in:
parent
cf1e54b21e
commit
c26ab37aca
23 changed files with 107 additions and 107 deletions
|
|
@ -765,7 +765,7 @@ MIKMODAPI int MikMod_Active(void)
|
|||
criticals).
|
||||
|
||||
Returns the voice that the sound is being played on. */
|
||||
SBYTE Sample_Play_internal(SAMPLE *s,ULONG start,UBYTE flags)
|
||||
static SBYTE Sample_Play_internal(SAMPLE *s,ULONG start,UBYTE flags)
|
||||
{
|
||||
int orig=sfxpool;/* for cases where all channels are critical */
|
||||
int c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue