From fcdec943c13a3865cfb8aa8d86ea7d91a1da4fa6 Mon Sep 17 00:00:00 2001 From: ceski <56656010+ceski-1@users.noreply.github.com> Date: Sat, 16 Nov 2024 08:15:58 -0800 Subject: [PATCH] Revert "Disable rumble by default" This reverts commit 880fc33e906bc8028ef9e054bd30870aac0fe803. --- src/i_rumble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i_rumble.c b/src/i_rumble.c index 94150efd..20ee49c1 100644 --- a/src/i_rumble.c +++ b/src/i_rumble.c @@ -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%)"); }