From df4de6463251019ecf150d835c3693bf7502ccd1 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 29 Dec 2006 15:07:52 +0000 Subject: * Buildable destruction marking (via g_markDeconstruct) * It's now impossible to destroy the last spawn * Start of a new client side buildable status display --- src/cgame/cg_local.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cgame/cg_local.h') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 2f61e4a4..613dc98a 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1291,11 +1291,10 @@ typedef struct qboolean localServer; // detected on startup by checking sv_running // parsed from serverinfo - int dmflags; - int teamflags; int timelimit; int maxclients; char mapname[ MAX_QPATH ]; + qboolean markDeconstruct; // Whether or not buildables are marked int voteTime; int voteYes; -- cgit