summaryrefslogtreecommitdiff
path: root/src/port/ui/ImguiUI.cpp
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-06 02:10:18 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-06 02:10:18 -0300
commite99e0f5e2d7ba88cc86b5b07dfc0733c6ec525cb (patch)
tree2e08caa3bef9579edc0937b07410af1d12b70037 /src/port/ui/ImguiUI.cpp
parent3ae035d8e3b598bc1d46dbb1363076ba61518133 (diff)
fix Sector Z box bug
Diffstat (limited to 'src/port/ui/ImguiUI.cpp')
-rw-r--r--src/port/ui/ImguiUI.cpp4
1 files changed, 4 insertions, 0 deletions
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();
}