mirror of
https://github.com/halpz/re3.git
synced 2025-07-04 00:10:44 +00:00
int8 enums fixed
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user