]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
moved r_shadow_ white and normal cubemaps to r_texture_
[xonotic/darkplaces.git] / sys_linux.c
index ea91828fcc01419a788eca385eb510ff319ebc6b..1666a7f5c4aab49d8d9727e29bea964e846ac6a0 100644 (file)
@@ -40,7 +40,7 @@ void Sys_Error (const char *error, ...)
 #endif
 
        va_start (argptr,error);
-       vsnprintf (string, sizeof (string), error, argptr);
+       dpvsnprintf (string, sizeof (string), error, argptr);
        va_end (argptr);
        fprintf(stderr, "Error: %s\n", string);