Changeset - r4606:40899a76f271
[Not reviewed]
master
0 1 0
peter1138 - 18 years ago 2006-09-15 21:02:44
peter1138@openttd.org
(svn r6458) - Fix (r6457): ... but close the colour window if the company is removed. (Thanks Rubidium)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
players.c
Show inline comments
 
@@ -632,6 +632,7 @@ void PlayersYearlyLoop(void)
 
void DeletePlayerWindows(PlayerID pi)
 
{
 
	DeleteWindowById(WC_COMPANY, pi);
 
	DeleteWindowById(WC_PLAYER_COLOR, pi);
 
	DeleteWindowById(WC_FINANCES, pi);
 
	DeleteWindowById(WC_STATION_LIST, pi);
 
	DeleteWindowById(WC_TRAINS_LIST,   (INVALID_STATION << 16) | pi);
0 comments (0 inline, 0 general)