File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,14 @@ MultiplayerMenu::MultiplayerMenu()
27
27
add_label (_ (" Multiplayer" ));
28
28
add_hl ();
29
29
30
- auto & automanage_item = add_toggle (-1 , _ (" Auto-manage Players" ),
31
- &g_config->multiplayer_auto_manage_players );
30
+ auto & automanage_item = add_toggle (-1 , _ (" Auto-manage Players" ), &g_config->multiplayer_auto_manage_players );
32
31
automanage_item.set_help (_ (" Automatically add and remove players when controllers are plugged or unplugged" ));
33
32
33
+ auto & buzz_item = add_toggle (-1 , _ (" Enable Rumbling Controllers" ), &g_config->multiplayer_buzz_controllers );
34
+ buzz_item.set_help (_ (" Enable vibrating the game controllers." ) + " " + _ (" This feature is currently only used in the options menu." ));
35
+ // ^ Separated both translation strings so the latter can be removed if it is
36
+ // no longer true, without requiring a new round of translating
37
+
34
38
add_submenu (_ (" Manage Players" ), MenuStorage::MULTIPLAYER_PLAYERS_MENU);
35
39
36
40
add_hl ();
You can’t perform that action at this time.
0 commit comments