diff --git a/src/p_tick.c b/src/p_tick.c index a52471cf9..e00f9dd7f 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -628,7 +628,7 @@ static void P_DeviceRumbleTick(void) && player->rings < player->rings+1) ) { - high = CLAMP((high + FRACUNIT / 256), 0, UINT16_MAX); + low = CLAMP((low + FRACUNIT / 256), 0, UINT16_MAX); } // hack alert! i just dont want this thing constantly resetting the rumble lol