From 0bfd46620ac76987149c6200b2cf0b966b256df4 Mon Sep 17 00:00:00 2001 From: khang Date: Wed, 3 Apr 2024 12:46:08 -0400 Subject: [PATCH] change to Max Acceleration Yaw Offset --- BunnymodXT/modules/HwDLL.cpp | 10 +++++----- hlstrafe | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BunnymodXT/modules/HwDLL.cpp b/BunnymodXT/modules/HwDLL.cpp index 6fb11b21..4997c534 100644 --- a/BunnymodXT/modules/HwDLL.cpp +++ b/BunnymodXT/modules/HwDLL.cpp @@ -2470,14 +2470,14 @@ int HwDLL::CallOnTASPlaybackFrame() { PrevFractions, PrevNormalzs, std::array{ - StrafeState.AcceleratedYawSpeedValue, - StrafeState.AcceleratedYawSpeedStart, - StrafeState.AcceleratedYawSpeedTarget, - StrafeState.AcceleratedYawSpeedAccel, + StrafeState.MaxAccelYawOffsetValue, + StrafeState.MaxAccelYawOffsetStart, + StrafeState.MaxAccelYawOffsetTarget, + StrafeState.MaxAccelYawOffsetAccel, // Eh, meow? static_cast( static_cast( - static_cast(StrafeState.AcceleratedYawSpeedDir))) + static_cast(StrafeState.MaxAccelYawOffsetDir))) }, }); } diff --git a/hlstrafe b/hlstrafe index 433a89d0..00f360e8 160000 --- a/hlstrafe +++ b/hlstrafe @@ -1 +1 @@ -Subproject commit 433a89d045316b5626fcbdf107f068ee646d6511 +Subproject commit 00f360e8709745fe9574ae524d38d7a6351bf3dd