Commit 443130c4 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

dsound: Mark a multiplication factor as float.

parent c242e00b
......@@ -224,7 +224,7 @@ void put_surround512stereo(const IDirectSoundBufferImpl *dsb, DWORD pos, DWORD c
break;
case 0: /* front left */
value *= 0.503; /* 1 / (sum of left volumes) */
value *= 0.503f; /* 1 / (sum of left volumes) */
dsb->put_aux(dsb, pos, 0, value);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment