mirror of https://github.com/AxioDL/metaforce.git
Fix type and name derps
This commit is contained in:
parent
49e84c85fd
commit
c8abcad283
|
@ -30,19 +30,19 @@ struct SParticleModel
|
||||||
|
|
||||||
struct SChildGeneratorDesc
|
struct SChildGeneratorDesc
|
||||||
{
|
{
|
||||||
TToken<CSwooshDescription> m_model;
|
TToken<CGenDescription> m_gen;
|
||||||
bool m_found = false;
|
bool m_found = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SSwooshGeneratorDesc
|
struct SSwooshGeneratorDesc
|
||||||
{
|
{
|
||||||
TToken<CSwooshDescription> m_model;
|
TToken<CSwooshDescription> m_swoosh;
|
||||||
bool m_found = false;
|
bool m_found = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SElectricGeneratorDesc
|
struct SElectricGeneratorDesc
|
||||||
{
|
{
|
||||||
TToken<CElectricDescription> m_model;
|
TToken<CElectricDescription> m_electric;
|
||||||
bool m_found = false;
|
bool m_found = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue