mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 09:24:08 +00:00
Phone start, ped spinning and cop car fix, and some love to CPed
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
This commit is contained in:
parent
69ee4acc97
commit
86681c6f18
7 changed files with 191 additions and 9 deletions
|
@ -33,7 +33,7 @@ CPhysical::CPhysical(void)
|
|||
|
||||
m_nCollisionRecords = 0;
|
||||
for(i = 0; i < 6; i++)
|
||||
m_aCollisionRecords[0] = nil;
|
||||
m_aCollisionRecords[i] = nil;
|
||||
|
||||
field_EF = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue