diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-06-26 23:44:57 +0200 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-06-26 23:44:57 +0200 |
| commit | d0e349630ee2f2715248b88707572b445bafa69a (patch) | |
| tree | 149e0058b40db0c5c62c0a7e81030d56d5644c93 /include | |
| parent | afd940edbc28987bfc45b47a1c7a2f637099bf07 (diff) | |
small fixes
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/event/d_event_data.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/d/event/d_event_data.h b/include/d/event/d_event_data.h index d78576e14b..5d3a09031c 100644 --- a/include/d/event/d_event_data.h +++ b/include/d/event/d_event_data.h @@ -75,7 +75,8 @@ public: /* 0x0 */ TYPE_DEFAULT, /* 0x1 */ TYPE_ALL, /* 0x2 */ TYPE_CAMERA, - /* 0x4 */ TYPE_TIMEKEEPER = 4, + /* 0x3 */ TYPE_EFFECT, + /* 0x4 */ TYPE_TIMEKEEPER, /* 0x6 */ TYPE_DIRECTOR = 6, /* 0x7 */ TYPE_MESSAGE, /* 0x8 */ TYPE_SOUND, @@ -144,7 +145,7 @@ public: /* 0x2C */ int mType; /* 0x30 */ int mStartCut; /* 0x34 */ u8 field_0x34[2]; - /* 0x36 */ s16 field_0x36; + /* 0x36 */ s16 mWaitTimer; /* 0x38 */ int mCurrentCut; /* 0x3C */ s32 field_0x3c; /* 0x40 */ bool field_0x40; |
