feat(model): implement more of CM2Model::AnimateST

This commit is contained in:
fallenoak 2025-10-13 20:51:39 -05:00
parent 529d2e41f2
commit 1eca3a8e7f
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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) {