Skip to content

Commit

Permalink
Merge branch 'master' into fix-soldier-crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored Nov 7, 2024
2 parents 52e97f7 + 4713b77 commit 4d38497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/s25main/desktops/dskOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ void dskOptions::Msg_Group_OptionGroupChange(const unsigned /*group_id*/, const
SETTINGS.global.submit_debug_data = selection;
break;
case ID_grpUPNP: SETTINGS.global.use_upnp = enabled; break;
case ID_grpInvertScroll: SETTINGS.interface.invertMouse = enabled; break;
case ID_grpSmartCursor:
SETTINGS.global.smartCursor = enabled;
VIDEODRIVER.SetMouseWarping(enabled);
Expand Down

0 comments on commit 4d38497

Please sign in to comment.