From 36071f24f3dcb6c9924a00c146bf6700588400ba Mon Sep 17 00:00:00 2001 From: kai Date: Wed, 27 May 2020 20:46:14 +0100 Subject: allow /call[team]vote from the chat, not just console --- src/game/g_local.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index e5463c5..af2a790 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -882,6 +882,8 @@ void G_ChangeTeam( gentity_t *ent, pTeam_t newTeam ); void G_SanitiseString( char *in, char *out, int len ); void G_PrivateMessage( gentity_t *ent ); char *G_statsString( statsCounters_t *sc, pTeam_t *pt ); +void Cmd_CallVote_f( gentity_t *ent ); +void Cmd_CallTeamVote_f( gentity_t *ent ); void Cmd_Share_f( gentity_t *ent ); void Cmd_Donate_f( gentity_t *ent ); void Cmd_TeamVote_f( gentity_t *ent ); -- cgit