mirror of
https://github.com/halpz/re3.git
synced 2025-08-04 09:27:45 +00:00
Fixed wrong CAutomobile field type
This commit is contained in:
@ -128,7 +128,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
|
||||
m_fGasPedal = 0.0f;
|
||||
m_fBrakePedal = 0.0f;
|
||||
m_pSetOnFireEntity = nil;
|
||||
m_fGasPedalAudio = 0;
|
||||
m_fGasPedalAudio = 0.0f;
|
||||
bNotDamagedUpsideDown = false;
|
||||
bMoreResistantToDamage = false;
|
||||
m_fVelocityChangeForAudio = 0.0f;
|
||||
|
Reference in New Issue
Block a user