summaryrefslogtreecommitdiff
path: root/src/port/ui/ImguiUI.cpp
diff options
context:
space:
mode:
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();
}