From 880fc33e906bc8028ef9e054bd30870aac0fe803 Mon Sep 17 00:00:00 2001 From: ceski <56656010+ceski-1@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:49:40 -0700 Subject: [PATCH] Disable rumble by default --- 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 6faffa38..a93bcd5d 100644 --- a/src/i_rumble.c +++ b/src/i_rumble.c @@ -794,6 +794,6 @@ void I_DisableRumble(void) void I_BindRumbleVariables(void) { - BIND_NUM_GENERAL(joy_rumble, 5, 0, 10, + BIND_NUM_GENERAL(joy_rumble, 0, 0, 10, "Rumble intensity (0 = Off; 10 = 100%)"); }