File diff r9524:e0bd14506946 → r9525:cf291d8eec20
src/players.cpp
Show inline comments
 
@@ -815,12 +815,14 @@ CommandCost CmdSetAutoReplace(TileIndex 
 
 * @arg - network_client.c:536 DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_MAP) from where the map has been received
 
 */
 
CommandCost CmdPlayerCtrl(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
 
{
 
	if (flags & DC_EXEC) _current_player = OWNER_NONE;
 

	
 
	InvalidateWindowData(WC_COMPANY_LEAGUE, 0, 0);
 

	
 
	switch (p1) {
 
	case 0: { /* Create a new player */
 
		/* Joining Client:
 
		 * _local_player: PLAYER_SPECTATOR
 
		 * _network_playas/cid = requested company/player
 
		 *