From 44b4c040588f48798d880a93b2faa39ff404dfa3 Mon Sep 17 00:00:00 2001 From: MageKing17 Date: Thu, 26 Sep 2024 22:23:52 -0700 Subject: [PATCH] Make Shockwaves in-game option force multi-value selection. This makes it so that the "3D"/"2D" display is actually respected in the in-game options menu, rather than just having an ambiguous checkbox labelled "Shockwaves". --- code/weapon/shockwave.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/weapon/shockwave.cpp b/code/weapon/shockwave.cpp index 247e6d19cd1..8362ce0599a 100644 --- a/code/weapon/shockwave.cpp +++ b/code/weapon/shockwave.cpp @@ -66,6 +66,7 @@ static auto Shockwave3DMode = options::OptionBuilder("Graphics.3DShockwave }) .level(options::ExpertLevel::Advanced) .importance(66) + .flags({options::OptionFlags::ForceMultiValueSelection}) .finish(); /**