Fix type and name derps

This commit is contained in:
Jack Andersen 2016-02-05 15:31:00 -10:00
parent 49e84c85fd
commit c8abcad283
1 changed files with 3 additions and 3 deletions

View File

@ -30,19 +30,19 @@ struct SParticleModel
struct SChildGeneratorDesc
{
TToken<CSwooshDescription> m_model;
TToken<CGenDescription> m_gen;
bool m_found = false;
};
struct SSwooshGeneratorDesc
{
TToken<CSwooshDescription> m_model;
TToken<CSwooshDescription> m_swoosh;
bool m_found = false;
};
struct SElectricGeneratorDesc
{
TToken<CElectricDescription> m_model;
TToken<CElectricDescription> m_electric;
bool m_found = false;
};