Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_startgame.cpp55 bool SortPlayers( const Player * player1, const Player * player2 ) in SortPlayers() function
567 std::sort( sortedPlayers.begin(), sortedPlayers.end(), SortPlayers ); in StartGame()
/dports/games/q2pro/q2pro/source/
H A Dcl_main.c736 static int SortPlayers( const void *v1, const void *v2 ) { in SortPlayers() function
802 SortPlayers ); in CL_ServerStatusResponse()