Skip to content

Commit 2a51b01

Browse files
Bart Roossien | SkyAeroStubbjax
andauthored
Update GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/MainMenu.cpp
Co-authored-by: Stubbjax <[email protected]>
1 parent 33c5f83 commit 2a51b01

File tree

1 file changed

+1
-1
lines changed
  • GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus

1 file changed

+1
-1
lines changed

GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/MainMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ WindowMsgHandledType MainMenuInput( GameWindow *window, UnsignedInt msg,
988988
mouse.x = mData1 & 0xFFFF;
989989
mouse.y = mData1 >> 16;
990990

991-
// TheSuperHackers @tweak 20/08/2025 show mouse and menu immediately when shellmap is disabled
991+
// TheSuperHackers @tweak 20/08/2025 Show mouse and menu immediately when shellmap is disabled.
992992
if (TheGlobalData->m_shellMapOn && mouse.x == 0 && mouse.y == 0)
993993
break;
994994

0 commit comments

Comments
 (0)