summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-12-29 15:07:52 +0000
committerTim Angus <tim@ngus.net>2006-12-29 15:07:52 +0000
commitdf4de6463251019ecf150d835c3693bf7502ccd1 (patch)
tree0883015c9176f5a924efdaf73e71744a0cb4f537 /src/cgame/cg_local.h
parent210115d7ef5f8be82036458359bdf9f00c2bfb67 (diff)
* Buildable destruction marking (via g_markDeconstruct)
* It's now impossible to destroy the last spawn * Start of a new client side buildable status display
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h3
1 files changed, 1 insertions, 2 deletions
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;