Silence the obsessive compiler (missing initializer)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3647 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-07-16 16:15:09 +00:00
parent fe51b00589
commit 9568dc0ef6
+1 -1
View File
@@ -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,