X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=941881f3218f6126181cfad12fc76d15217e020a;hb=2a66260e017880b41a1ffb93f7de12e4d4d83f0f;hp=4d3a034ddb626e79c8528a4c4d435abcfd985856;hpb=386a99d41a627e9d96aac8247a6ef7754817de9c;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 4d3a034d..941881f3 100644 --- a/src/init.c +++ b/src/init.c @@ -193,7 +193,7 @@ void InitSound() return; } - if ((sound_device = open(sound_device_name,O_WRONLY))<0) + if ((sound_device = OpenAudio(sound_device_name)) < 0) { Error(ERR_WARN, "cannot open sound device - no sounds"); sound_status = SOUND_OFF;