diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-10-10 13:40:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-10 23:40:37 +0300 |
| commit | 3fa422caac37ca8777c57d8451cdf889a1d850d2 (patch) | |
| tree | 4bf9fe0501b03a7743cff28970def131e6ebf0e2 /include/Z2AudioLib/Z2SoundObject.h | |
| parent | a64921a5196c1bff0f2a2d1a697db0fa1b882f6e (diff) | |
m_Do_ext (#1958)
Diffstat (limited to 'include/Z2AudioLib/Z2SoundObject.h')
| -rw-r--r-- | include/Z2AudioLib/Z2SoundObject.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/Z2AudioLib/Z2SoundObject.h b/include/Z2AudioLib/Z2SoundObject.h index 9394430d50..26f2829bcc 100644 --- a/include/Z2AudioLib/Z2SoundObject.h +++ b/include/Z2AudioLib/Z2SoundObject.h @@ -60,7 +60,9 @@ public: /* 802BEBDC */ virtual void init(Vec*, u8); - /* 0x20 */ void* field_0x20; // JAUSoundAnimation* + void stopAnime() { animation_ = NULL; } + + /* 0x20 */ void* animation_; // JAUSoundAnimation* /* 0x24 */ int field_0x24; /* 0x28 */ float field_0x28; /* 0x2C */ float field_0x2c; @@ -68,7 +70,7 @@ public: /* 0x34 */ int field_0x34; /* 0x38 */ int field_0x38; /* 0x3C */ int field_0x3c; - /* 0x40 */ int field_0x40; + /* 0x40 */ int curSoundIndex_; /* 0x44 */ bool field_0x44; }; |
