From 88ed46a8409a03667526a56481c9a5037afede95 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Wed, 13 Mar 2024 10:11:54 -0600 Subject: Renamed ENVSETTINGS to ENV_SETTINGS --- src/Companion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Companion.cpp') diff --git a/src/Companion.cpp b/src/Companion.cpp index 396322d..ca37323 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -80,7 +80,7 @@ void Companion::Init(const ExportType type) { this->RegisterFactory("SF64:MSG_TABLE", std::make_shared()); this->RegisterFactory("SF64:SCRIPT", std::make_shared()); this->RegisterFactory("SF64:HITBOX", std::make_shared()); - this->RegisterFactory("SF64:ENVSETTINGS", std::make_shared()); + this->RegisterFactory("SF64:ENV_SETTINGS", std::make_shared()); this->RegisterFactory("SF64:OBJECT_INIT", std::make_shared()); this->Process(); -- cgit v1.2.3