mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 19:50:34 +00:00
CarCtrl finished, minor Script things
This commit is contained in:
parent
7669b97ac6
commit
d303c33c2e
8 changed files with 188 additions and 107 deletions
|
@ -154,7 +154,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
|
|||
m_fElasticity = 0.05f;
|
||||
m_fBuoyancy = pHandling->fBuoyancy;
|
||||
|
||||
m_fOrientation = m_auto_unk4 = 0.0f;
|
||||
m_fOrientation = m_fPlaneSteer = 0.0f;
|
||||
|
||||
m_nBusDoorTimerEnd = 0;
|
||||
m_nBusDoorTimerStart = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue