diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index b8938c63..707b6256 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -509,8 +509,6 @@ typedef enum EV_DEATH3, EV_OBITUARY, - EV_TEAMJOIN, // teamjoin message - EV_GIB_PLAYER, // gib a previously living player EV_BUILD_CONSTRUCT, @@ -1300,3 +1298,5 @@ voiceTrack_t *BG_VoiceTrackFind( voiceTrack_t *head, team_t team, int enthusiasm, int *trackNum ); int BG_LoadEmoticons( char names[ ][ MAX_EMOTICON_NAME_LEN ], int widths[ ] ); + +char *BG_TeamName( team_t team ); |