summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 50e73a9e..4034bcbb 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -960,7 +960,8 @@ void SendScoreboardMessageToAllClients( void );
void QDECL G_Printf( const char *fmt, ... );
void QDECL G_Error( const char *fmt, ... );
void G_Vote( gentity_t *ent, team_t team, qboolean voting );
-void CheckVote( team_t teamnum );
+void G_ExecuteVote( team_t team );
+void G_CheckVote( team_t team );
void LogExit( const char *string );
int G_TimeTilSuddenDeath( void );