From f4d5c6b186638bf948cdc4af42b08699dafccde3 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sat, 7 Jun 2025 01:32:42 -0600 Subject: [PATCH] Update Thwomp.h --- src/engine/objects/Thwomp.h | 1 + 1 file changed, 1 insertion(+) 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.