mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
fix(FrameFlags): Adjusted frame flags
This commit is contained in:
parent
7b637de6eb
commit
c304981931
@ -5,10 +5,10 @@ namespace big
|
|||||||
{
|
{
|
||||||
enum eFrameFlags : std::uint32_t
|
enum eFrameFlags : std::uint32_t
|
||||||
{
|
{
|
||||||
eFrameFlagExplosiveAmmo = 1 << 3,
|
eFrameFlagExplosiveAmmo = 1 << 11,
|
||||||
eFrameFlagFireAmmo = 1 << 4,
|
eFrameFlagFireAmmo = 1 << 12,
|
||||||
eFrameFlagExplosiveMelee = 1 << 5,
|
eFrameFlagExplosiveMelee = 1 << 13,
|
||||||
eFrameFlagSuperJump = 1 << 6,
|
eFrameFlagSuperJump = 1 << 14,
|
||||||
};
|
};
|
||||||
|
|
||||||
void looped::self_frame_flags()
|
void looped::self_frame_flags()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user