mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 02:49:10 +00:00
(svn r2351) -Fix: It was possible to open more than one tree window
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user