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:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
static void CheckFinishedChannels (void);
|
static void CheckFinishedChannels (void);
|
||||||
|
|
||||||
static const SoundPosition notPositional = {FALSE};
|
static const SoundPosition notPositional = {FALSE, 0, 0};
|
||||||
|
|
||||||
void
|
void
|
||||||
PlayChannel (COUNT channel, SOUND snd, SoundPosition pos,
|
PlayChannel (COUNT channel, SOUND snd, SoundPosition pos,
|
||||||
|
|||||||
Reference in New Issue
Block a user