We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e9530 commit 377c02cCopy full SHA for 377c02c
GeneralsMD/Code/GameEngine/Source/GameClient/Input/Keyboard.cpp
@@ -787,7 +787,7 @@ void Keyboard::changeFocus()
787
msg->appendIntegerArgument(KEY_LALT);
788
msg->appendIntegerArgument(KEY_STATE_UP);
789
}
790
- else if (BitIsSet(m_keyStatus[KEY_RALT].state, KEY_STATE_DOWN))
+ if (BitIsSet(m_keyStatus[KEY_RALT].state, KEY_STATE_DOWN))
791
{
792
GameMessage* msg = TheMessageStream->appendMessage(GameMessage::MSG_RAW_KEY_UP);
793
msg->appendIntegerArgument(KEY_RALT);
0 commit comments