summaryrefslogtreecommitdiff
path: root/src/engine/actors/BowserStatue.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2026-03-06 20:10:07 -0700
committerGitHub <noreply@github.com>2026-03-06 20:10:07 -0700
commit132357d9fb50d7962518e10b22db358c85d87ba5 (patch)
tree428671c5f9d888bb6905fe20c07d26a70430b392 /src/engine/actors/BowserStatue.h
parent25d49df90fe1ab2c95c962d45ef146cb5cf0c794 (diff)
Big Interpolation Overhaul (#674)
* Fix FI * FI statue * Intepr fixes * Improve * More interp * Fix compile * More interp * Fix text
Diffstat (limited to 'src/engine/actors/BowserStatue.h')
-rw-r--r--src/engine/actors/BowserStatue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/actors/BowserStatue.h b/src/engine/actors/BowserStatue.h
index f8eb72514..59a75e3e7 100644
--- a/src/engine/actors/BowserStatue.h
+++ b/src/engine/actors/BowserStatue.h
@@ -30,4 +30,6 @@ public:
virtual bool IsMod() override;
private:
ABowserStatue::Behaviour mBehaviour;
+ static size_t _count;
+ size_t _idx;
};