Home
last modified time | relevance | path

Searched refs:PS_TeamSelectionPending (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/player/
H A DC4Player.h72 PS_TeamSelectionPending = 3 // waiting for team selection packet to come through enumerator
202 bool IsChosingTeam() const { return Status==PS_TeamSelection || Status==PS_TeamSelectionPending; } in IsChosingTeam()
H A DC4Player.cpp1254 Status = PS_TeamSelectionPending; in DoTeamSelection()
1706 if (Status == PS_TeamSelectionPending) in OnTeamSelectionFailed()