From 1eca3a8e7f61e64821b0b616d0935245419486b0 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Mon, 13 Oct 2025 20:51:39 -0500 Subject: [PATCH] feat(model): implement more of CM2Model::AnimateST --- src/model/CM2Model.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/model/CM2Model.cpp b/src/model/CM2Model.cpp index 64f20c9..ac798a5 100644 --- a/src/model/CM2Model.cpp +++ b/src/model/CM2Model.cpp @@ -618,6 +618,10 @@ void CM2Model::AnimateST() { } // TODO + + if (this->float198 == 1.0f) { + this->uint90 = 1; + } } void CM2Model::AttachToParent(CM2Model* parent, uint32_t id, const C3Vector* position, int32_t a5) {