diff options
| author | MegaIDK <125525714+MegaIDK@users.noreply.github.com> | 2023-10-04 13:29:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 09:29:43 -0700 |
| commit | 41c63f5f4db141e4e60980c354afdd4186aaa6e5 (patch) | |
| tree | 7731454f43454bc4d51b6efc08e17616416fd96c /include/m_lights.h | |
| parent | 197289567539b22e75ad67211a8130a139c84d75 (diff) | |
ef_lamp_light OK (#109)
* ef_lamp_light OK
* formatformatformat
* suggestions
Diffstat (limited to 'include/m_lights.h')
| -rw-r--r-- | include/m_lights.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_lights.h b/include/m_lights.h index 95e5a3c..5fbeef4 100644 --- a/include/m_lights.h +++ b/include/m_lights.h @@ -33,8 +33,8 @@ typedef union { typedef struct Lights { /* 0x00 */ u8 type; - /* 0x04 */ LightParams lights; -} Lights; // size = 0x10 + /* 0x02 */ LightParams lights; +} Lights; // size = 0xE typedef struct LightNode { /* 0x0 */ Lights* info; |
