mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-04 13:23:46 +00:00
(svn r10286) -Fix r10284: nice typo (tnx glx)
This commit is contained in:
parent
cc6ee1840a
commit
8d415469cc
@ -840,7 +840,7 @@ CommandCost CmdPlayerCtrl(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
|
|||||||
NetworkClientInfo *ci = &_network_client_info[cid];
|
NetworkClientInfo *ci = &_network_client_info[cid];
|
||||||
ci->client_playas = PLAYER_SPECTATOR;
|
ci->client_playas = PLAYER_SPECTATOR;
|
||||||
NetworkUpdateClientInfo(ci->client_index);
|
NetworkUpdateClientInfo(ci->client_index);
|
||||||
} else if (_local_player == PLAYER_SPECATOR) {
|
} else if (_local_player == PLAYER_SPECTATOR) {
|
||||||
_network_playas = PLAYER_SPECTATOR;
|
_network_playas = PLAYER_SPECTATOR;
|
||||||
}
|
}
|
||||||
#endif /* ENABLE_NETWORK */
|
#endif /* ENABLE_NETWORK */
|
||||||
|
Loading…
Reference in New Issue
Block a user