diff options
Diffstat (limited to 'apps/plugins/mikmod/mdriver.c')
-rw-r--r-- | apps/plugins/mikmod/mdriver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mikmod/mdriver.c b/apps/plugins/mikmod/mdriver.c index e11d32539b..2e8e9b5e41 100644 --- a/apps/plugins/mikmod/mdriver.c +++ b/apps/plugins/mikmod/mdriver.c @@ -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; |