equal
deleted
inserted
replaced
70 if (IsHumanPlayer(GetTileOwner(tile)) && !IsRailWaypoint(tile)) { |
70 if (IsHumanPlayer(GetTileOwner(tile)) && !IsRailWaypoint(tile)) { |
71 PlayerID p = _current_player; |
71 PlayerID p = _current_player; |
72 _current_player = OWNER_WATER; |
72 _current_player = OWNER_WATER; |
73 DoCommand(tile, 0, 0, DC_EXEC, CMD_LANDSCAPE_CLEAR); |
73 DoCommand(tile, 0, 0, DC_EXEC, CMD_LANDSCAPE_CLEAR); |
74 _current_player = p; |
74 _current_player = p; |
|
75 |
|
76 /* update signals in buffer */ |
|
77 UpdateSignalsInBuffer(); |
75 } |
78 } |
76 break; |
79 break; |
77 |
80 |
78 case MP_HOUSE: { |
81 case MP_HOUSE: { |
79 PlayerID p = _current_player; |
82 PlayerID p = _current_player; |