Corrected erroneous commit

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1267 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-10-08 10:43:57 +00:00
parent 7e8040a0dd
commit 07360eb3fc
@@ -21,7 +21,7 @@
ALCcontext *alcContext = NULL; ALCcontext *alcContext = NULL;
ALCdevice *alcDevice = NULL; ALCdevice *alcDevice = NULL;
ALfloat listenerPos[] = {0.0f, 0.0f, 0.2f}; ALfloat listenerPos[] = {0.0f, 0.0f, 0.0f};
ALfloat listenerVel[] = {0.0f, 0.0f, 0.0f}; ALfloat listenerVel[] = {0.0f, 0.0f, 0.0f};
ALfloat listenerOri[] = {0.0f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f}; ALfloat listenerOri[] = {0.0f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f};
static Task StreamDecoderTask; static Task StreamDecoderTask;