Changeset - r1846:0f9ad8ff696f
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-05-19 17:40:26
tron@openttd.org
(svn r2351) -Fix: It was possible to open more than one tree window
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
misc_gui.c
Show inline comments
 
@@ -423,7 +423,7 @@ static const WindowDesc _build_trees_sce
 

	
 
void ShowBuildTreesToolbar(void)
 
{
 
	AllocateWindowDesc(&_build_trees_desc);
 
	AllocateWindowDescFront(&_build_trees_desc, 0);
 
}
 

	
 
void ShowBuildTreesScenToolbar(void)
0 comments (0 inline, 0 general)