mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 20:21:38 +00:00
remove "Error: " from no-mmap message
This commit is contained in:
parent
0bd4b8d288
commit
5023108000
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ SNDDMA_Init (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(caps & DSP_CAP_TRIGGER) || !(caps & DSP_CAP_MMAP)) {
|
if (!(caps & DSP_CAP_TRIGGER) || !(caps & DSP_CAP_MMAP)) {
|
||||||
Con_Printf ("Error: Sound device can't do memory-mapped I/O.\n");
|
Con_Printf ("Sound device can't do memory-mapped I/O.\n");
|
||||||
close (audio_fd);
|
close (audio_fd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue