mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 09:10:34 +00:00
minor fixes
This commit is contained in:
parent
3f26250d73
commit
e099aaaa6b
3 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue