From 9568dc0ef626835a64c23f37de50120e32183955 Mon Sep 17 00:00:00 2001 From: avolkov Date: Sat, 16 Jul 2011 16:15:09 +0000 Subject: [PATCH] Silence the obsessive compiler (missing initializer) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3647 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/libs/sound/sfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/libs/sound/sfx.c b/sc2/src/libs/sound/sfx.c index cabb58f9c..3060434b5 100644 --- a/sc2/src/libs/sound/sfx.c +++ b/sc2/src/libs/sound/sfx.c @@ -29,7 +29,7 @@ static void CheckFinishedChannels (void); -static const SoundPosition notPositional = {FALSE}; +static const SoundPosition notPositional = {FALSE, 0, 0}; void PlayChannel (COUNT channel, SOUND snd, SoundPosition pos,