mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 14:44:08 +00:00
vehicle audio(first part) and temp fix for openAL
This commit is contained in:
parent
350b1ec67e
commit
aa2f1b6b29
6 changed files with 288 additions and 120 deletions
|
@ -129,7 +129,7 @@ CBike::CBike(int32 id, uint8 CreatedBy)
|
|||
|
||||
m_fTireTemperature = 1.0f;
|
||||
m_fBrakeDestabilization = 0.0f;
|
||||
field_490 = 0;
|
||||
m_fVelocityChangeForAudio = 0;
|
||||
|
||||
for(i = 0; i < 2; i++){
|
||||
m_aWheelRotation[i] = 0.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue