Skip to content

Commit

Permalink
change to Max Acceleration Yaw Offset
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Apr 3, 2024
1 parent e99edaf commit 0bfd466
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions BunnymodXT/modules/HwDLL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2470,14 +2470,14 @@ int HwDLL::CallOnTASPlaybackFrame() {
PrevFractions,
PrevNormalzs,
std::array<float, 5>{
StrafeState.AcceleratedYawSpeedValue,
StrafeState.AcceleratedYawSpeedStart,
StrafeState.AcceleratedYawSpeedTarget,
StrafeState.AcceleratedYawSpeedAccel,
StrafeState.MaxAccelYawOffsetValue,
StrafeState.MaxAccelYawOffsetStart,
StrafeState.MaxAccelYawOffsetTarget,
StrafeState.MaxAccelYawOffsetAccel,
// Eh, meow?
static_cast<float>(
static_cast<unsigned int>(
static_cast<unsigned char>(StrafeState.AcceleratedYawSpeedDir)))
static_cast<unsigned char>(StrafeState.MaxAccelYawOffsetDir)))
},
});
}
Expand Down
2 changes: 1 addition & 1 deletion hlstrafe
Submodule hlstrafe updated 3 files
+1 −1 hltas
+35 −45 src/hlstrafe.cpp
+7 −7 src/hlstrafe.hpp

0 comments on commit 0bfd466

Please sign in to comment.