Home
last modified time | relevance | path

Searched refs:GTR_LIVES (Results 1 – 7 of 7) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddoomstat.h421 GTR_LIVES = 1<<3, // Co-op and Competition enumerator
H A Dg_game.c3302 …GTR_CAMPAIGN|GTR_LIVES|GTR_FRIENDLY|GTR_SPAWNENEMIES|GTR_ALLOWEXIT|GTR_EMERALDHUNT|GTR_EMERALDTOKE…
3304 GTR_RACE|GTR_LIVES|GTR_SPAWNENEMIES|GTR_EMERALDTOKENS|GTR_SPAWNINVUL|GTR_ALLOWEXIT,
3589 if ((gametyperules & GTR_LIVES) in G_GametypeUsesLives()
3605 return (gametyperules & (GTR_LIVES|GTR_FRIENDLY)) == (GTR_LIVES|GTR_FRIENDLY); in G_GametypeUsesCoopLives()
3689 return ((gametyperules & GTR_RACE) && (gametyperules & GTR_LIVES)); in G_CompetitionGametype()
H A Dst_stuff.c914 else if (G_PlatformGametype() && !(gametyperules & GTR_LIVES)) in ST_drawLivesArea()
2628 …else if ((G_GametypeUsesLives() || ((gametyperules & (GTR_RACE|GTR_LIVES)) == GTR_RACE)) && stplyr… in ST_overlayDrawer()
H A Dd_netcmd.c3668 if ((gametyperules & (GTR_RACE|GTR_LIVES)) == GTR_RACE) in NumLaps_OnChange()
4658 if ((gametyperules & (GTR_RACE|GTR_LIVES)) == GTR_RACE) in BaseNumLaps_OnChange()
H A Dp_spec.c4819 if (((gametyperules & (GTR_RACE|GTR_LIVES)) == GTR_RACE) && !player->exiting) in P_ProcessSpecialSector()
6138 if ((gametyperules & (GTR_RACE|GTR_LIVES)) == GTR_RACE) in P_SpawnSpecials()
H A Dp_setup.c3968 else if (((gametyperules & (GTR_RACE|GTR_LIVES)) == GTR_RACE) && server) in P_InitGametype()
H A Dp_user.c1269 if (player->lives == INFLIVES || !(gametyperules & GTR_LIVES)) in P_GivePlayerLives()
1434 …cking && player->score > oldscore && player->score % 50000 < amount && (gametyperules & GTR_LIVES)) in P_AddPlayerScore()