mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 23:04:08 +00:00
Ped comments fixes
This commit is contained in:
parent
e24513d2ad
commit
7ede8685ec
5 changed files with 1394 additions and 1486 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue