]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_dma.c
Too many fixes to mention. (sys_ticrate now controls packet rates, and other stuff)
[xonotic/darkplaces.git] / snd_dma.c
index b04c1a3085ce0ac6522e29ce257557e1e6ab467b..e5f69677923383002d10219dfed67651f1d31018 100644 (file)
--- a/snd_dma.c
+++ b/snd_dma.c
@@ -286,10 +286,10 @@ sfx_t *S_FindName (char *name)
        sfx_t   *sfx;
 
        if (!name)
-               Sys_Error ("S_FindName: NULL\n");
+               Host_Error ("S_FindName: NULL\n");
 
        if (strlen(name) >= MAX_QPATH)
-               Sys_Error ("Sound name too long: %s", name);
+               Host_Error ("Sound name too long: %s", name);
 
 // see if already loaded
        for (i=0 ; i < num_sfx ; i++)