minor fixes

This commit is contained in:
Nikolay Korolev
2020-06-06 16:36:26 +03:00
parent 3f26250d73
commit e099aaaa6b
3 changed files with 8 additions and 1 deletions

View File

@ -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;