diff options
author | M. Kristall <mkpdev@gmail.com> | 2010-02-25 16:18:33 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:27 +0000 |
commit | 8a75ae8f815a7e2067a8ebf19f20b39948d748ab (patch) | |
tree | bac6fca807a8311011991ae9d261c3f3605add34 /src/game/bg_public.h | |
parent | 69f3a7fece69a9eee18e74f43b898a333d4969c6 (diff) |
* Refactor emoticon code
* Remove some redundant code
* Make an error non-fatal
* Formatting fixes
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index c9c752e0..6fd949ff 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -1302,7 +1302,7 @@ voiceTrack_t *BG_VoiceTrackFind( voiceTrack_t *head, team_t team, class_t class, weapon_t weapon, int enthusiasm, int *trackNum ); -int BG_LoadEmoticons( char names[ ][ MAX_EMOTICON_NAME_LEN ], int widths[ ] ); +int BG_LoadEmoticons( emoticon_t *emoticons, int num ); char *BG_TeamName( team_t team ); |