This commit is contained in:
parent
c050e9fb83
commit
8538d72b10
9 changed files with 187 additions and 29 deletions
|
@ -435,6 +435,7 @@ protected:
|
|||
u16 recoilAnim;
|
||||
NPC_COLLISION_FUNC collisionFunc;
|
||||
bool canBeNetted;
|
||||
bool respawning;
|
||||
}
|
||||
NPC_DATA;
|
||||
|
||||
|
@ -601,6 +602,7 @@ protected:
|
|||
bool m_reversed;
|
||||
s32 m_health;
|
||||
bool m_isActive;
|
||||
s32 m_attackTimer;
|
||||
|
||||
s32 m_frame;
|
||||
int m_animNo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue