From 2314c27dd650dc02c0b5bdd3bef75818393a9ab5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 21 Mar 2008 19:25:11 +0000 Subject: switched to UDP networking --- 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 f43e532..21f2601 100644 --- a/src/core/cvar.h +++ b/src/core/cvar.h @@ -105,6 +105,7 @@ public: 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 private: std::string cvar_name; -- cgit v1.2.3