diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-06-07 01:32:42 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 01:32:42 -0600 |
| commit | f4d5c6b186638bf948cdc4af42b08699dafccde3 (patch) | |
| tree | 8947656deaef5c3995cdb6e66d33c4567f9ae78e | |
| parent | 4622b0775823c4c7c72374ca9ff5a9ccd2331d85 (diff) | |
Update Thwomp.h
| -rw-r--r-- | src/engine/objects/Thwomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/objects/Thwomp.h b/src/engine/objects/Thwomp.h index 22c674bb5..647ef126a 100644 --- a/src/engine/objects/Thwomp.h +++ b/src/engine/objects/Thwomp.h @@ -112,6 +112,7 @@ public: void func_8007E63C(s32 objectIndex); private: static size_t _count; + static size_t _rand; s32 _idx; s16 _faceDirection; //! @todo Write this better. This effects the squish size and the bounding box size. |
