Commit 41a9b1bb authored by Malte Starostik's avatar Malte Starostik Committed by Alexandre Julliard

Initialize winearts's volume level to full, so applications that don't

set the volume are audible.
parent 7d789599
......@@ -1012,6 +1012,10 @@ static DWORD wodOpen(WORD wDevID, LPWAVEOPENDESC lpDesc, DWORD dwFlags)
wwo->dwPlayedTotal = 0;
wwo->dwWrittenTotal = 0;
/* Initialize volume to full level */
wwo->volume_left = 100;
wwo->volume_right = 100;
ARTS_InitRingMessage(&wwo->msgRing);
/* create player thread */
......
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