Trace restrict: add train ownership conditional.

Infra sharing whitespace fix.
This commit is contained in:
Jonathan G Rennison
2015-12-15 20:30:20 +00:00
parent 95c532b134
commit 7673436d3a
9 changed files with 127 additions and 5 deletions

View File

@@ -169,6 +169,11 @@ public:
}
};
DropDownListItem *MakeCompanyDropDownListItem(CompanyID cid)
{
return new DropDownListCompanyItem(cid, false, false);
}
/**
* Pop up a generic text only menu.
* @param w Toolbar