X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=432787c2bdf4a5c04123e97b379846709775ef97;hb=bd8703d3f010940de5933dc9eb45aa75f49cce15;hp=42c4a6ecfeba9c9df412a0673046a450863afa55;hpb=430aa8b71d2031eabc6341d4812363023105586e;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index 42c4a6ec..432787c2 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -742,8 +742,8 @@ inline void OpenAudio(void) audio.sound_enabled = FALSE; audio.sound_deactivated = FALSE; - audio.soundserver_pipe[0] = audio.soundserver_pipe[1] = 0; - audio.soundserver_pid = -1; + audio.mixer_pipe[0] = audio.mixer_pipe[1] = 0; + audio.mixer_pid = -1; audio.device_name = NULL; audio.device_fd = -1;