]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
sys: Rename Sys_Print(f)ToTerminal to Sys_Print(f) for consistency
[xonotic/darkplaces.git] / cl_screen.c
index 50a9df41fc183545355df6b3371e032ad14522d8..44b493e4771d4105abb1e3750fe54951a9f174f3 100644 (file)
@@ -1206,7 +1206,7 @@ static void SCR_CaptureVideo_VideoFrame(int newframestepframenum)
                        double fps1 = (cls.capturevideo.frame - cls.capturevideo.lastfpsframe) / (t - cls.capturevideo.lastfpstime + 0.0000001);
                        double fps  = (cls.capturevideo.frame                                ) / (t - cls.capturevideo.starttime   + 0.0000001);
                        dpsnprintf(buf, sizeof(buf), "capturevideo: (%.1fs) last second %.3ffps, total %.3ffps\n", cls.capturevideo.frame / cls.capturevideo.framerate, fps1, fps);
                        double fps1 = (cls.capturevideo.frame - cls.capturevideo.lastfpsframe) / (t - cls.capturevideo.lastfpstime + 0.0000001);
                        double fps  = (cls.capturevideo.frame                                ) / (t - cls.capturevideo.starttime   + 0.0000001);
                        dpsnprintf(buf, sizeof(buf), "capturevideo: (%.1fs) last second %.3ffps, total %.3ffps\n", cls.capturevideo.frame / cls.capturevideo.framerate, fps1, fps);
-                       Sys_PrintToTerminal(buf);
+                       Sys_Print(buf);
                        cls.capturevideo.lastfpstime = t;
                        cls.capturevideo.lastfpsframe = cls.capturevideo.frame;
                }
                        cls.capturevideo.lastfpstime = t;
                        cls.capturevideo.lastfpsframe = cls.capturevideo.frame;
                }