2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 15:07:41 +00:00

ColorRegs for CModelFlags

This commit is contained in:
Jack Andersen
2016-07-31 20:36:51 -10:00
parent 1c64605261
commit 40e0b70d0e
4 changed files with 11 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ struct CModelFlags
u16 m_flags = 0; /* Flags */
zeus::CColor color; /* Set into kcolor slot specified by material */
zeus::CColor addColor = zeus::CColor::skClear;
zeus::CColor regColors[3];
CModelFlags() = default;
CModelFlags(u8 blendMode, u8 shadIdx, u16 flags, const zeus::CColor& col)