1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 02:29:10 +00:00

(svn r2351) -Fix: It was possible to open more than one tree window

This commit is contained in:
tron
2005-05-19 17:40:26 +00:00
parent 0b89bbaa3c
commit 1ab7238c15

View File

@@ -423,7 +423,7 @@ static const WindowDesc _build_trees_scen_desc = {
void ShowBuildTreesToolbar(void)
{
AllocateWindowDesc(&_build_trees_desc);
AllocateWindowDescFront(&_build_trees_desc, 0);
}
void ShowBuildTreesScenToolbar(void)