mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-10 19:39:16 +00:00
fixed hanging boot
This commit is contained in:
parent
704a5c158f
commit
2fb4305a73
|
@ -107,7 +107,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
|
||||||
else
|
else
|
||||||
Doors[DOOR_BONNET].Init(0.0f, PI*0.3f, 1, 0);
|
Doors[DOOR_BONNET].Init(0.0f, PI*0.3f, 1, 0);
|
||||||
if(pHandling->Flags & HANDLING_HANGING_BOOT)
|
if(pHandling->Flags & HANDLING_HANGING_BOOT)
|
||||||
Doors[DOOR_BOOT].Init(PI*0.4f, 0.0f, 0, 0);
|
Doors[DOOR_BOOT].Init(-PI*0.4f, 0.0f, 0, 0);
|
||||||
else if(pHandling->Flags & HANDLING_TAILGATE_BOOT)
|
else if(pHandling->Flags & HANDLING_TAILGATE_BOOT)
|
||||||
Doors[DOOR_BOOT].Init(0.0, HALFPI, 1, 0);
|
Doors[DOOR_BOOT].Init(0.0, HALFPI, 1, 0);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue