From 88e989f809057ebacd26d5ee9e3d5169322a4f21 Mon Sep 17 00:00:00 2001 From: Axel Gneiting Date: Sun, 16 Jun 2019 16:25:24 -0500 Subject: [PATCH] Bump default host_maxfps to 200 --- Quake/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/host.c b/Quake/host.c index aee0d8c0c..4fdfa7dfd 100644 --- a/Quake/host.c +++ b/Quake/host.c @@ -59,7 +59,7 @@ byte *host_colormap; float host_netinterval; cvar_t host_framerate = {"host_framerate","0",CVAR_NONE}; // set for slow motion cvar_t host_speeds = {"host_speeds","0",CVAR_NONE}; // set for running times -cvar_t host_maxfps = {"host_maxfps", "72", CVAR_ARCHIVE}; //johnfitz +cvar_t host_maxfps = {"host_maxfps", "200", CVAR_ARCHIVE}; //johnfitz cvar_t host_timescale = {"host_timescale", "0", CVAR_NONE}; //johnfitz cvar_t max_edicts = {"max_edicts", "8192", CVAR_NONE}; //johnfitz //ericw -- changed from 2048 to 8192, removed CVAR_ARCHIVE