Quentin b1f623decd refactor: aimbot (#2902)
* Fixed ped flags system not allowing Michael's flag to be set.
* Refactored is_a_ped_type_we_dont_care_about logic to not be extraneous and inefficient.
* Fixed completely broken and wrong FoV calculations.
* No Sway patch.

Co-authored-by: gir489 <100792176+gir489returns@users.noreply.github.com>
2024-07-17 23:17:18 +02:00

9 lines
127 B
C++

#include "memory/byte_patch.hpp"
namespace big
{
struct weapons
{
inline static memory::byte_patch* m_no_sway_patch;
};
}