]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_glx.c
various printf/fprintf calls are now Con_Printf, and some other minor cleanups
[xonotic/darkplaces.git] / vid_glx.c
index efad71fdd0a5b781fb0899252c689ee5cc624c26..fbbb5b08eb063b9cab095b1d200280620cae42e6 100644 (file)
--- a/vid_glx.c
+++ b/vid_glx.c
@@ -618,7 +618,7 @@ void VID_Shutdown(void)
 
 void signal_handler(int sig)
 {
-       printf("Received signal %d, exiting...\n", sig);
+       Con_Printf("Received signal %d, exiting...\n", sig);
        VID_RestoreSystemGamma();
        Sys_Quit();
        exit(0);