File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
GeneralsMD/Code/GameEngine/Source/GameClient/MessageStream Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3874,6 +3874,10 @@ GameMessageDisposition CommandTranslator::translateGameMessage(const GameMessage
38743874 }
38753875
38763876 // -----------------------------------------------------------------------------
3877+ // TheSuperHackers @bugfix Treat the raw double click event identical to the raw button down event
3878+ // because it implicitly is a raw button down event as well. Failing to do so would mess with the
3879+ // button timings in later events on button up.
3880+ case GameMessage::MSG_RAW_MOUSE_RIGHT_DOUBLE_CLICK:
38773881 case GameMessage::MSG_RAW_MOUSE_RIGHT_BUTTON_DOWN:
38783882 {
38793883 // There are two ways in which we can ignore this as a deselect:
You can’t perform that action at this time.
0 commit comments