diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 3 |
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; |