shithub: qk1

Download patch

ref: 97fc2406c07e5f9effa9dea2942e9ed5f1f49053
parent: 6df96093d38a016bfc69130c75cfd0862cb88c8d
author: qwx <qwx@sciops.net>
date: Wed Jul 21 05:01:36 EDT 2021

qw: set default framerate limit to max (72)

--- a/qw/cl_main.c
+++ b/qw/cl_main.c
@@ -26,7 +26,7 @@
 
 cvar_t	cl_sbar		= {"cl_sbar", "0", true};
 cvar_t	cl_hudswap	= {"cl_hudswap", "0", true};
-cvar_t	cl_maxfps	= {"cl_maxfps", "0", true};
+cvar_t	cl_maxfps	= {"cl_maxfps", "72", true};
 
 cvar_t	lookspring = {"lookspring","0", true};
 cvar_t	lookstrafe = {"lookstrafe","0", true};