We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0db2b commit fccf0ccCopy full SHA for fccf0cc
1 file changed
libs/s25main/desktops/dskGameInterface.cpp
@@ -796,10 +796,6 @@ bool dskGameInterface::Msg_KeyDown(const KeyEvent& ke)
796
WINDOWMANAGER.Show(std::make_unique<iwChat>(this));
797
return true;
798
799
- case KeyType::Space: // Show / hide construction aid
800
- gwv.ToggleShowBQ();
801
- return true;
802
-
803
case KeyType::Left: // Scroll left
804
gwv.MoveBy({-30, 0});
805
0 commit comments