mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 22:28:56 +00:00
(svn r2351) -Fix: It was possible to open more than one tree window
This commit is contained in:
parent
0b89bbaa3c
commit
1ab7238c15
@ -423,7 +423,7 @@ static const WindowDesc _build_trees_scen_desc = {
|
|||||||
|
|
||||||
void ShowBuildTreesToolbar(void)
|
void ShowBuildTreesToolbar(void)
|
||||||
{
|
{
|
||||||
AllocateWindowDesc(&_build_trees_desc);
|
AllocateWindowDescFront(&_build_trees_desc, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ShowBuildTreesScenToolbar(void)
|
void ShowBuildTreesScenToolbar(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user