diff options
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r-- | source/mvd_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/mvd_local.h b/source/mvd_local.h index 00fdbb7..861061e 100644 --- a/source/mvd_local.h +++ b/source/mvd_local.h @@ -143,6 +143,7 @@ typedef struct mvd_s { edict_t edicts[MAX_EDICTS]; mvd_player_t *players; // [maxclients] mvd_player_t *dummy; // &players[clientNum] + qboolean intermission; // client lists list_t udpClients; |