(svn r20670) -Add: support for action F

-Add: a window to select (NewGRF) objects
This commit is contained in:
rubidium
2010-08-28 19:43:41 +00:00
parent 2d10b0f11d
commit 7b16c7650b
13 changed files with 396 additions and 3 deletions

View File

@@ -1530,6 +1530,9 @@ static void NewGRFConfirmationCallback(Window *w, bool confirmed)
nw->avails.ForceRebuild();
w->InvalidateData();
ReInitAllWindows();
DeleteWindowByClass(WC_BUILD_OBJECT);
}
}