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
|
||||
{
|
||||
eFrameFlagExplosiveAmmo = 1 << 3,
|
||||
eFrameFlagFireAmmo = 1 << 4,
|
||||
eFrameFlagExplosiveMelee = 1 << 5,
|
||||
eFrameFlagSuperJump = 1 << 6,
|
||||
eFrameFlagExplosiveAmmo = 1 << 11,
|
||||
eFrameFlagFireAmmo = 1 << 12,
|
||||
eFrameFlagExplosiveMelee = 1 << 13,
|
||||
eFrameFlagSuperJump = 1 << 14,
|
||||
};
|
||||
|
||||
void looped::self_frame_flags()
|
||||
|
Loading…
x
Reference in New Issue
Block a user