mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +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)) {
|
||||
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);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue