From a29aa1ee2935857f616351a23578311f514516d4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 25 Mar 2008 18:51:27 +0000 Subject: screenshots --- src/core/cvar.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/cvar.h') diff --git a/src/core/cvar.h b/src/core/cvar.h index 21f2601..8ced7a4 100644 --- a/src/core/cvar.h +++ b/src/core/cvar.h @@ -103,10 +103,11 @@ public: static Cvar *sv_dedicated; // dedicated server static Cvar *sv_private; // client with private server static Cvar *sv_framerate; // server framerate + static Cvar *net_host; // network server ip (default binds to all interfaces) static Cvar *net_port; // network port - static Cvar *net_maxclients; // maximum number of connected clients - + static Cvar *net_maxclients;// maximum number of connected clients + static Cvar *net_timeout; // network timeout in seconds private: std::string cvar_name; std::string cvar_str; -- cgit v1.2.3