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