From b5a9cc0ed867f90b0c2d07892cdd11b997875409 Mon Sep 17 00:00:00 2001 From: truelight Date: Fri, 22 Jun 2007 22:25:21 +0000 Subject: (svn r10286) -Fix r10284: nice typo (tnx glx) --- src/players.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/players.cpp b/src/players.cpp index 0b4144614..f601514c2 100644 --- a/src/players.cpp +++ b/src/players.cpp @@ -840,7 +840,7 @@ CommandCost CmdPlayerCtrl(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) NetworkClientInfo *ci = &_network_client_info[cid]; ci->client_playas = PLAYER_SPECTATOR; NetworkUpdateClientInfo(ci->client_index); - } else if (_local_player == PLAYER_SPECATOR) { + } else if (_local_player == PLAYER_SPECTATOR) { _network_playas = PLAYER_SPECTATOR; } #endif /* ENABLE_NETWORK */ -- cgit v1.2.3-70-g09d2