don't conflict with automaterial plugin

shift buildingplan text down so we don't overwrite each other
develop
Myk Taylor 2020-10-22 22:01:45 -07:00
parent 09fbaba726
commit 0f517f38f8
1 changed files with 6 additions and 0 deletions

@ -641,6 +641,12 @@ struct buildingplan_place_hook : public df::viewscreen_dwarfmodest
int y = 23;
if (ui_build_selector->building_type == df::building_type::Construction)
{
// try not to conflict with the automaterial plugin UI
y = 34;
}
if (show_help)
{
OutputString(COLOR_BROWN, x, y, "Note: ");