diff options
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r-- | src/ui/ui_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h index 7afdf65..0066593 100644 --- a/src/ui/ui_local.h +++ b/src/ui/ui_local.h @@ -132,6 +132,7 @@ extern vmCvar_t ui_serverStatusTimeOut; //TA: bank values extern vmCvar_t ui_bank; +extern vmCvar_t ui_chatCommands; // // ui_qmenu.c @@ -917,6 +918,8 @@ typedef struct { int effectsColor; qboolean inGameLoad; + + qboolean chatTeam; } uiInfo_t; extern uiInfo_t uiInfo; |