File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
GeneralsMD/Code/GameEngine/Source/GameClient/MessageStream
Generals/Code/GameEngine/Source/GameClient/MessageStream Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ GameMessageDisposition PlaceEventTranslator::translateGameMessage(const GameMess
6262 {
6363
6464 // ---------------------------------------------------------------------------------------------
65+ // TheSuperHackers @bugfix Prevent double-clicks from falling through to other translators during building placement
66+ case GameMessage::MSG_RAW_MOUSE_LEFT_DOUBLE_CLICK:
6567 case GameMessage::MSG_RAW_MOUSE_LEFT_BUTTON_DOWN:
6668 {
6769 // if we're in a building placement mode, do the place and send to all players
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ GameMessageDisposition PlaceEventTranslator::translateGameMessage(const GameMess
6868 {
6969
7070 // ---------------------------------------------------------------------------------------------
71+ // TheSuperHackers @bugfix Prevent double-clicks from falling through to other translators during building placement
72+ case GameMessage::MSG_RAW_MOUSE_LEFT_DOUBLE_CLICK:
7173 case GameMessage::MSG_RAW_MOUSE_LEFT_BUTTON_DOWN:
7274 {
7375 // if we're in a building placement mode, do the place and send to all players
You can’t perform that action at this time.
0 commit comments