Skip to content

Commit

Permalink
Revert "Disable rumble by default"
Browse files Browse the repository at this point in the history
This reverts commit 880fc33.
  • Loading branch information
ceski-1 committed Nov 16, 2024
1 parent 22216cd commit fcdec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i_rumble.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,6 @@ void I_DisableRumble(void)

void I_BindRumbleVariables(void)
{
BIND_NUM_GENERAL(joy_rumble, 0, 0, 10,
BIND_NUM_GENERAL(joy_rumble, 5, 0, 10,
"Rumble intensity (0 = Off; 10 = 100%)");
}

0 comments on commit fcdec94

Please sign in to comment.