From f52457b0c7729093cf563a25198d03b3d549b4d4 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 10 Feb 2000 09:16:56 +0000 Subject: [PATCH] moved many cvars in from the old host.c --- common/host.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/host.c b/common/host.c index de7aea7..64a09fc 100644 --- a/common/host.c +++ b/common/host.c @@ -62,6 +62,7 @@ double oldrealtime; // last frame run qboolean isDedicated; int fps_count; int vcrFile = -1; +double host_time; cvar_t serverprofile = {"serverprofile", "0"}; cvar_t host_framerate = {"host_framerate", "0"}; // set for slow motion @@ -70,6 +71,12 @@ cvar_t noexit = {"noexit", "0", false, true}; cvar_t pausable = {"pausable", "1"}; cvar_t temp1 = {"temp1", "0"}; cvar_t sv_filter = {"sv_filter", "1"}; // filter \n & \r in names? +cvar_t teamplay = {"teamplay","0",false,true}; +cvar_t deathmatch = {"deathmatch","0"}; // 0, 1, or 2 +cvar_t coop = {"coop","0"}; // 0 or 1 +cvar_t fraglimit = {"fraglimit","0",false,true}; +cvar_t skill = {"skill","1"}; // 0 - 3 +cvar_t timelimit = {"timelimit","0",false,true}; #ifdef UQUAKE client_t *host_client; // current client