From 3c0b7d77ec13237ebd1221c4cb7e9c9e82f0ebb0 Mon Sep 17 00:00:00 2001 From: avolkov Date: Thu, 8 Oct 2009 14:35:44 +0000 Subject: [PATCH] Compilation fix git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3197 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/sound/trackplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/sound/trackplayer.c b/sc2/src/sc2code/libs/sound/trackplayer.c index 84cdc2b1b..44c10d117 100644 --- a/sc2/src/sc2code/libs/sound/trackplayer.c +++ b/sc2/src/sc2code/libs/sound/trackplayer.c @@ -38,7 +38,7 @@ static TFB_SoundChain *last_sub = NULL; //last element in the chain with a subti static Mutex track_mutex; //protects cur_track and track_count void recompute_track_pos (TFB_SoundSample *sample, TFB_SoundChain *head, sint32 offset); -bool is_sample_playing(TFB_SoundSample* samp); +static bool is_sample_playing(TFB_SoundSample* samp); void destroy_sound_sample (TFB_SoundSample *sample);