mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 15:26:19 +00:00
Small type use fixes
This commit is contained in:
@ -243,7 +243,7 @@ CPed::CPed(uint32 pedType) : m_pedIK(this)
|
||||
bHasACamera = true;
|
||||
|
||||
m_audioEntityId = DMAudio.CreateEntity(AUDIOTYPE_PHYSICAL, this);
|
||||
DMAudio.SetEntityStatus(m_audioEntityId, 1);
|
||||
DMAudio.SetEntityStatus(m_audioEntityId, true);
|
||||
m_fearFlags = CPedType::GetThreats(m_nPedType);
|
||||
m_threatEntity = nil;
|
||||
m_eventOrThreat = CVector2D(0.0f, 0.0f);
|
||||
|
Reference in New Issue
Block a user