From e71737d35ca5cde534543cb91a4dee5bdc73f64f Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Wed, 13 Sep 2017 00:04:31 +0000 Subject: [PATCH] host_maxfps: tweak warning message; > character looks weird in quake git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1501 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/host.c b/Quake/host.c index 83a55be6..3a5c9501 100644 --- a/Quake/host.c +++ b/Quake/host.c @@ -106,7 +106,7 @@ Max_Fps_f -- ericw static void Max_Fps_f (cvar_t *var) { if (host_maxfps.value > 72) - Con_Warning ("host_maxfps > 72 breaks physics.\n"); + Con_Warning ("host_maxfps above 72 breaks physics.\n"); } /*