Home
last modified time | relevance | path

Searched refs:cv_startinglives (Results 1 – 5 of 5) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_netcmd.h94 extern consvar_t cv_startinglives;
H A Dd_netcmd.c210 consvar_t cv_startinglives = CVAR_INIT ("startinglives", "3", CV_SAVE|CV_NETVAR|CV_CHEAT, startingl… variable
558 CV_RegisterVar(&cv_startinglives); in D_RegisterServerCommands()
H A Dg_game.c3202 p->lives = cv_startinglives.value; in G_AddPlayer()
4775 players[i].lives = cv_startinglives.value; in G_InitNew()
H A Dp_setup.c3426 players[i].lives = cv_startinglives.value; in P_InitLevelSettings()
H A Dp_user.c11737 player->lives = cv_startinglives.value; in P_PlayerThink()