mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 05:14:08 +00:00
CCivilianPed done & restore peds running to phone
This commit is contained in:
parent
a7d0404c89
commit
680fe0f7e6
11 changed files with 590 additions and 79 deletions
|
@ -1918,7 +1918,7 @@ CAutomobile::Render(void)
|
|||
CVehicleModelInfo *mi = (CVehicleModelInfo*)CModelInfo::GetModelInfo(GetModelIndex());
|
||||
|
||||
if(GetModelIndex() == MI_RHINO && m_aCarNodes[CAR_BONNET]){
|
||||
// Rhino has no bonnet...what are we doing here?
|
||||
// Rotate Rhino turret
|
||||
CMatrix m;
|
||||
CVector p;
|
||||
m.Attach(RwFrameGetMatrix(m_aCarNodes[CAR_BONNET]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue