mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 07:10:43 +00:00
minor fixes
This commit is contained in:
@ -243,6 +243,9 @@ CPed::CPed(uint32 pedType) : m_pedIK(this)
|
||||
m_nPedState = PED_IDLE;
|
||||
m_nLastPedState = PED_NONE;
|
||||
m_nMoveState = PEDMOVE_STILL;
|
||||
#ifdef FIX_BUGS
|
||||
m_nPrevMoveState = PEDMOVE_NONE;
|
||||
#endif
|
||||
m_nStoredMoveState = PEDMOVE_NONE;
|
||||
m_pFire = nil;
|
||||
m_pPointGunAt = nil;
|
||||
|
Reference in New Issue
Block a user