mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 19:10:33 +00:00
int8 enums fixed
This commit is contained in:
parent
16ed00aede
commit
912e71be53
6 changed files with 21 additions and 21 deletions
|
@ -52,7 +52,7 @@ enum eFormation
|
|||
FORMATION_FRONT
|
||||
};
|
||||
|
||||
enum FightState : int8 {
|
||||
enum FightState {
|
||||
FIGHTSTATE_MOVE_FINISHED = -2,
|
||||
FIGHTSTATE_JUST_ATTACKED,
|
||||
FIGHTSTATE_NO_MOVE,
|
||||
|
@ -598,7 +598,7 @@ public:
|
|||
uint32 m_curFightMove;
|
||||
uint32 m_lastFightMove;
|
||||
uint8 m_fightButtonPressure;
|
||||
FightState m_fightState;
|
||||
int8 m_fightState;
|
||||
bool m_takeAStepAfterAttack;
|
||||
uint8 m_bleedCounter;
|
||||
CFire *m_pFire;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue