From 599adb817e19d9be3502e501dc904c7255cd616c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 12 May 2008 21:33:28 +0000 Subject: color and info updates --- src/core/cvar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/cvar.h') diff --git a/src/core/cvar.h b/src/core/cvar.h index e45839f..4125d3c 100644 --- a/src/core/cvar.h +++ b/src/core/cvar.h @@ -117,6 +117,7 @@ public: static Cvar *net_port; // network port static Cvar *net_maxclients;// maximum number of connected clients static Cvar *net_timeout; // network timeout in seconds + static Cvar *net_framerate; // client network send framerate private: std::string cvar_name; std::string cvar_info; -- cgit v1.2.3