Home
last modified time | relevance | path

Searched refs:g_mapvote (Results 1 – 12 of 12) sorted by relevance

/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_cmds.c1007 if (!level.intermissiontime || ! (g_mapvote && g_mapvote->value && !g_mapvote->modified) ) in Cmd_Vote_f()
H A Dp_hud.c79 DeathmatchScoreboardMessage (ent, NULL, g_mapvote->integer); in MoveClientToIntermission()
143 DeathmatchScoreboardMessage (winner, NULL, g_mapvote->integer); in PlaceWinnerOnVictoryPad()
288 if(!client->is_bot && g_mapvote->integer) in BeginIntermission()
H A Dg_main.c143 cvar_t *g_mapvote; variable
578 if(g_mapvote->value) in EndDMLevel()
H A Dg_save.c266 g_mapvote = gi.cvar("g_mapvote", "0", CVAR_SERVERINFO); in InitGame()
H A Dp_client.c3392 if (g_mapvote->value && ! g_mapvote->modified) in ClientThink()
3444 else if ( g_mapvote && g_mapvote->modified ) in ClientThink()
3446 g_mapvote->modified = false; in ClientThink()
H A Dg_local.h693 extern cvar_t *g_mapvote;
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_cmds.c1007 if (!level.intermissiontime || ! (g_mapvote && g_mapvote->value && !g_mapvote->modified) ) in Cmd_Vote_f()
H A Dp_hud.c79 DeathmatchScoreboardMessage (ent, NULL, g_mapvote->integer); in MoveClientToIntermission()
143 DeathmatchScoreboardMessage (winner, NULL, g_mapvote->integer); in PlaceWinnerOnVictoryPad()
288 if(!client->is_bot && g_mapvote->integer) in BeginIntermission()
H A Dg_main.c143 cvar_t *g_mapvote; variable
578 if(g_mapvote->value) in EndDMLevel()
H A Dg_save.c266 g_mapvote = gi.cvar("g_mapvote", "0", CVAR_SERVERINFO); in InitGame()
H A Dp_client.c3392 if (g_mapvote->value && ! g_mapvote->modified) in ClientThink()
3444 else if ( g_mapvote && g_mapvote->modified ) in ClientThink()
3446 g_mapvote->modified = false; in ClientThink()
H A Dg_local.h693 extern cvar_t *g_mapvote;