Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-05-12 21:33:28 +0000
committerStijn Buys <ingar@osirion.org>2008-05-12 21:33:28 +0000
commit599adb817e19d9be3502e501dc904c7255cd616c (patch)
tree7923cd387021369510ed89960dddb8eb5c16add6 /src/core/cvar.h
parent5ceb4694a05ec68b5cfba18b0f25ba804be88a80 (diff)
color and info updates
Diffstat (limited to 'src/core/cvar.h')
-rw-r--r--src/core/cvar.h1
1 files changed, 1 insertions, 0 deletions
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;