Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddoomstat.h422 GTR_TEAMS = 1<<4, // Team Match, CTF enumerator
H A Dg_game.c2895 else if ((gametyperules & (GTR_TEAMFLAGS|GTR_TEAMS)) && players[playernum].ctfteam) in G_FindMapStart()
3311 …GTR_RINGSLINGER|GTR_FIRSTPERSON|GTR_SPECTATORS|GTR_TEAMS|GTR_POINTLIMIT|GTR_TIMELIMIT|GTR_OVERTIME…
3319 …GTR_RINGSLINGER|GTR_FIRSTPERSON|GTR_SPECTATORS|GTR_TEAMS|GTR_TEAMFLAGS|GTR_POINTLIMIT|GTR_TIMELIMI…
3627 return (gametyperules & GTR_TEAMS); in G_GametypeHasTeams()
H A Dp_user.c1441 if ((gametyperules & (GTR_TEAMS|GTR_TEAMFLAGS)) == GTR_TEAMS) in P_AddPlayerScore()
1475 if ((gametyperules & (GTR_TEAMS|GTR_TEAMFLAGS)) == GTR_TEAMS) in P_StealPlayerScore()
H A Dp_enemy.c4962 if ((gametyperules & GTR_TEAMS) in A_ThrownRing()
6540 if (!(gametyperules & GTR_TEAMS)) in A_OldRingExplode()
6556 if (!(gametyperules & GTR_TEAMS)) in A_OldRingExplode()
6571 if (!(gametyperules & GTR_TEAMS)) in A_OldRingExplode()
H A Dp_mobj.c11941 if (!(gametyperules & GTR_TEAMS)) in P_GetMobjtypeSubstitute()