]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/darkplaces-src/vid_agl.c
Update the engine
[voretournament/voretournament.git] / misc / source / darkplaces-src / vid_agl.c
index d21ffc063193ab1078fc0f3c9624fae4bf358e4f..87559d36f19a980d4cf2b7f1336af3f9959087e5 100644 (file)
@@ -312,7 +312,7 @@ int VID_GetGamma(unsigned short *ramps, int rampsize)
 
 void signal_handler(int sig)
 {
-       printf("Received signal %d, exiting...\n", sig);
+       Sys_PrintfToTerminal("Received signal %d, exiting...\n", sig);
        VID_RestoreSystemGamma();
        Sys_Quit(1);
 }