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 f488aedf..67dfb7e1 100644
--- a/src/port/ui/ImguiUI.cpp
+++ b/src/port/ui/ImguiUI.cpp
@@ -606,6 +606,10 @@ void DrawEnhancementsMenu() {
.tooltip = "Restores the missile cutscene bug present in JP 1.0"
});
+ UIWidgets::CVarCheckbox("Beta: Restore beta bomb explosion", "gRestoreBetaBombExplosion", {
+ .tooltip = "Restores the beta bomb explosion found inside the game"
+ });
+
UIWidgets::CVarCheckbox("Beta: Restore beta coin", "gRestoreBetaCoin", {
.tooltip = "Restores the beta coin that got replaced with the gold ring"
});