From 513bfb8d9cf3c246dd15cf67b8a5ff9c7a6f9afe Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 8 Jun 2008 16:02:52 +0000 Subject: enable client prediction --- src/core/cvar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/cvar.h') diff --git a/src/core/cvar.h b/src/core/cvar.h index fceb79b..620096b 100644 --- a/src/core/cvar.h +++ b/src/core/cvar.h @@ -116,6 +116,8 @@ public: static Cvar *con_ansi; // console ANSI colors + static Cvar *cl_prediction; // client prediction + 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 -- cgit v1.2.3