2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 00:27:43 +00:00

Fix CElectricDescription

This commit is contained in:
2016-02-15 00:33:06 -08:00
parent 1c5a86dcbf
commit 1541b0ab2e
2 changed files with 14 additions and 14 deletions

View File

@@ -20,13 +20,13 @@ public:
std::unique_ptr<CIntElement> xc_SCNT;
std::unique_ptr<CIntElement> x10_SSEG;
std::unique_ptr<CColorElement> x14_COLR;
bool x18_IEMT;
bool x1c_FEMT;
bool x20_AMPL;
bool x24_AMPD;
bool x28_LWD1;
bool x2c_LWD2;
bool x30_LWD3;
std::unique_ptr<CEmitterElement> x18_IEMT;
std::unique_ptr<CEmitterElement> x1c_FEMT;
std::unique_ptr<CRealElement> x20_AMPL;
std::unique_ptr<CRealElement> x24_AMPD;
std::unique_ptr<CRealElement> x28_LWD1;
std::unique_ptr<CRealElement> x2c_LWD2;
std::unique_ptr<CRealElement> x30_LWD3;
std::unique_ptr<CColorElement> x34_LCL1;
std::unique_ptr<CColorElement> x38_LCL2;
std::unique_ptr<CColorElement> x3c_LCL3;