
* 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>
9 lines
127 B
C++
9 lines
127 B
C++
#include "memory/byte_patch.hpp"
|
|
|
|
namespace big
|
|
{
|
|
struct weapons
|
|
{
|
|
inline static memory::byte_patch* m_no_sway_patch;
|
|
};
|
|
} |