Add market component to foundations. This is needed since 8f4dffe3f0 to be able to set

a market rallyPoint on a market foundation. refs #2951"

This was SVN commit r18042.
This commit is contained in:
mimo 2016-04-17 16:14:19 +00:00
parent df3c3c35b2
commit ba56678bb3

View File

@ -477,6 +477,7 @@ void CTemplateLoader::CopyFoundationSubset(CParamNode& out, const CParamNode& in
permittedComponentTypes.insert("Fogging");
permittedComponentTypes.insert("Armour");
permittedComponentTypes.insert("Health");
permittedComponentTypes.insert("Market");
permittedComponentTypes.insert("StatusBars");
permittedComponentTypes.insert("OverlayRenderer");
permittedComponentTypes.insert("Decay");