Revert "Disable rumble by default"

This reverts commit 880fc33e906bc8028ef9e054bd30870aac0fe803.
This commit is contained in:
ceski 2024-11-16 08:15:58 -08:00
parent 22216cd8af
commit fcdec943c1

View File

@ -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%)");
}