mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 20:09:23 +00:00
commit
c593599fc5
10 changed files with 318 additions and 36 deletions
|
@ -967,7 +967,7 @@ CPopulation::ConvertToRealObject(CDummyObject *dummy)
|
|||
} else if (obj->m_modelIndex == MI_BUOY) {
|
||||
obj->bIsStatic = false;
|
||||
obj->m_vecMoveSpeed = CVector(0.0f, 0.0f, -0.001f);
|
||||
obj->m_flagD8 = true;
|
||||
obj->bTouchingWater = true;
|
||||
obj->AddToMovingList();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue