Skip to content

Commit

Permalink
Merge pull request #6370 from MageKing17/bugfix/ingame-shockwave-opti…
Browse files Browse the repository at this point in the history
…ons-clarity

Make Shockwaves in-game option force multi-value selection.
  • Loading branch information
TRBlount authored Sep 29, 2024
2 parents c9e9b98 + 44b4c04 commit d723300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/weapon/shockwave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ static auto Shockwave3DMode = options::OptionBuilder<bool>("Graphics.3DShockwave
})
.level(options::ExpertLevel::Advanced)
.importance(66)
.flags({options::OptionFlags::ForceMultiValueSelection})
.finish();

/**
Expand Down

0 comments on commit d723300

Please sign in to comment.