Skip to content

Commit

Permalink
Bump default host_maxfps to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
Novum committed Jun 16, 2019
1 parent 3e9f9fa commit 88e989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 88e989f

Please sign in to comment.