From 6ea4f0476628fb44f59e4fa3519bbd3b811cfb23 Mon Sep 17 00:00:00 2001 From: petrie911 Date: Sun, 10 Mar 2024 19:26:21 -0500 Subject: how animated --- src/Companion.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Companion.cpp') diff --git a/src/Companion.cpp b/src/Companion.cpp index b95566c..55da325 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -63,6 +63,9 @@ void Companion::Init(const ExportType type) { this->RegisterFactory("MK64:TRACKSECTIONS", std::make_shared()); this->RegisterFactory("MK64:SPAWNDATA", std::make_shared()); + // SF64 specific + this->RegisterFactory("ANIM", std::make_shared()); + this->Process(); } -- cgit v1.2.3