From e99e0f5e2d7ba88cc86b5b07dfc0733c6ec525cb Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Mon, 6 Jan 2025 02:10:18 -0300 Subject: fix Sector Z box bug --- src/port/ui/ImguiUI.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/port/ui/ImguiUI.cpp') diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index ed9616fc..741bdb8a 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -461,6 +461,10 @@ void DrawEnhancementsMenu() { .tooltip = "Fixes a camera bug found in the code of the game" }); + UIWidgets::CVarCheckbox("Sector Z: Spawn all actors", "gSzActorFix", { + .tooltip = "Fixes a bug found in Sector Z, where only 10 of 12 available actors are spawned, this causes two 'Space Junk Boxes' to be missing from the level." + }); + ImGui::EndMenu(); } -- cgit v1.2.3