mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 10:04:08 +00:00
Small type use fixes
This commit is contained in:
parent
f9cbe29c50
commit
de31bdc89f
8 changed files with 18 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue