Skip to content

Commit

Permalink
kf_addMultiMenu: Do not activate if Intelligence display is up
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 19, 2023
1 parent c452268 commit 6cad13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keybind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ void kf_addInGameOptions()
// Display multiplayer guff.
void kf_addMultiMenu()
{
if (bMultiPlayer)
if (bMultiPlayer && (intMode != INT_INTELMAP))
{
intAddMultiMenu();
}
Expand Down

0 comments on commit 6cad13b

Please sign in to comment.