Skip to content

Commit bb7f0fa

Browse files
authored
[GEN][ZH] Fix missing break at switch case GSM_SLIDER_TRACK in SkirmishGameOptionsMenuSystem() (#1161)
1 parent 211c427 commit bb7f0fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Generals/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/SkirmishGameOptionsMenu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,7 @@ WindowMsgHandledType SkirmishGameOptionsMenuSystem( GameWindow *window, Unsigned
15041504
{
15051505
setFPSTextBox(sliderPos);
15061506
}
1507+
break;
15071508
}
15081509
//-------------------------------------------------------------------------------------------------
15091510
case GBM_SELECTED:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,6 +1644,7 @@ WindowMsgHandledType SkirmishGameOptionsMenuSystem( GameWindow *window, Unsigned
16441644
{
16451645
setFPSTextBox(sliderPos);
16461646
}
1647+
break;
16471648
}
16481649
//-------------------------------------------------------------------------------------------------
16491650
case GBM_SELECTED:

0 commit comments

Comments
 (0)