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"); } /*