diff options
Diffstat (limited to 'src/ui/ui_shared.h')
-rw-r--r-- | src/ui/ui_shared.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/ui_shared.h b/src/ui/ui_shared.h index a33d9ae6..fe9b03fe 100644 --- a/src/ui/ui_shared.h +++ b/src/ui/ui_shared.h @@ -341,7 +341,9 @@ typedef struct vec4_t shadowColor; float shadowFadeClamp; qboolean fontRegistered; - + char emoticons[ MAX_EMOTICONS ][ MAX_EMOTICON_NAME_LEN ]; + qhandle_t emoticonShaders[ MAX_EMOTICONS ]; + int emoticonCount; } cachedAssets_t; |