Changeset - r4605:c397a17257a5
[Not reviewed]
master
0 1 0
peter1138 - 18 years ago 2006-09-15 20:37:48
peter1138@openttd.org
(svn r6457) - Codechange: Allow the company colour window to stay open after the
company information window has been closed, as the company colour window
is now much larger.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
player_gui.c
Show inline comments
 
@@ -786,7 +786,6 @@ static void PlayerCompanyWndProc(Window 
 

	
 

	
 
	case WE_DESTROY:
 
		DeleteWindowById(WC_PLAYER_COLOR, w->window_number);
 
		DeleteWindowById(WC_PLAYER_FACE, w->window_number);
 
		break;
 

	
0 comments (0 inline, 0 general)