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

@@ -202,6 +202,6 @@ struct TemplateReplacement : TemplateReplacementPool::PoolItem<&_template_replac
TemplateReplacement* GetTemplateReplacementByGroupID(GroupID);
bool IssueTemplateReplacement(GroupID, TemplateID);
short deleteIllegalTemplateReplacements(GroupID);
short DeleteTemplateReplacementsByGroupID(GroupID);
#endif /* TEMPLATE_VEH_H */