TBTR: Clean up template replacements when removing company.

This commit is contained in:
Jonathan G Rennison
2017-01-21 00:48:28 +00:00
parent 92254acf8d
commit 1b3077bdc9
3 changed files with 7 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ short TemplateVehicle::CountEnginesInChain()
return count;
}
short deleteIllegalTemplateReplacements(GroupID g_id)
short DeleteTemplateReplacementsByGroupID(GroupID g_id)
{
short del_amount = 0;
const TemplateReplacement *tr;