diff options
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r-- | src/ui/ui_local.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h index 5f5ea862..450a4e44 100644 --- a/src/ui/ui_local.h +++ b/src/ui/ui_local.h @@ -128,6 +128,8 @@ extern vmCvar_t ui_scoreTime; extern vmCvar_t ui_smallFont; extern vmCvar_t ui_bigFont; extern vmCvar_t ui_serverStatusTimeOut; +extern vmCvar_t ui_textWrapCache; +extern vmCvar_t ui_developer; @@ -896,6 +898,9 @@ typedef struct { int effectsColor; qboolean inGameLoad; + + qboolean chatTeam; + int chatTargetClientNum; } uiInfo_t; extern uiInfo_t uiInfo; |