Changeset - r8518:2c7a72a09deb
[Not reviewed]
master
0 1 0
smatz - 17 years ago 2008-02-09 12:20:50
smatz@openttd.org
(svn r12093) -Fix: do not set station owner for buoys when merging company
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/station_cmd.cpp
Show inline comments
 
@@ -2887,7 +2887,7 @@ static void ChangeTileOwner_Station(Tile
 
		Station* st = GetStationByTile(tile);
 

	
 
		SetTileOwner(tile, new_player);
 
		st->owner = new_player;
 
		if (!IsBuoy(tile)) st->owner = new_player; // do not set st->owner for buoys
 
		RebuildStationLists();
 
		InvalidateWindowClasses(WC_STATION_LIST);
 
	} else {
0 comments (0 inline, 0 general)