mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Fix compiling Cmd_CallTeamVote_f
This commit is contained in:
parent
3f267728c3
commit
9736e7ff91
1 changed files with 1 additions and 0 deletions
|
@ -1468,6 +1468,7 @@ Cmd_CallTeamVote_f
|
|||
==================
|
||||
*/
|
||||
void Cmd_CallTeamVote_f( gentity_t *ent ) {
|
||||
char* c;
|
||||
int i, team, cs_offset;
|
||||
char arg1[MAX_STRING_TOKENS];
|
||||
char arg2[MAX_STRING_TOKENS];
|
||||
|
|
Loading…
Reference in a new issue