mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 20:00:49 +00:00
Ped comments fixes
This commit is contained in:
@ -522,7 +522,7 @@ CPed::CPed(uint32 pedType) : m_pedIK(this)
|
||||
m_delayedSoundID = -1;
|
||||
m_delayedSoundTimer = 0;
|
||||
CPopulation::UpdatePedCount((ePedType)m_nPedType, false);
|
||||
m_lastComment = -1;
|
||||
m_lastComment = UINT32_MAX;
|
||||
}
|
||||
|
||||
// --MIAMI: Done
|
||||
|
@ -646,7 +646,7 @@ public:
|
||||
uint16 m_lastQueuedSound;
|
||||
uint16 m_queuedSound;
|
||||
bool m_canTalk;
|
||||
int32 m_lastComment;
|
||||
uint32 m_lastComment;
|
||||
CVector m_vecSeekPosEx; // used for OBJECTIVE_GUARD_SPOT
|
||||
float m_distanceToCountSeekDoneEx; // used for OBJECTIVE_GUARD_SPOT
|
||||
|
||||
|
Reference in New Issue
Block a user