Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dgame-server.h138 bool update_player_type (std::list<GameParameters::Player> &list, guint32 id, guint32 type);
H A Dgame-server.cpp702 update_player_type (part->players, player->getId(), (guint32) type); in change_type()
727 GameServer::update_player_type (std::list<GameParameters::Player> &list, guint32 id, guint32 type) in update_player_type() function in GameServer
1043 update_player_type (players_seated_locally, player->getId(), (guint32) type); in type_change()