mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-28 17:55:41 +00:00
added flag
This commit is contained in:
parent
0930d70134
commit
53107d3b71
1 changed files with 2 additions and 1 deletions
|
@ -218,6 +218,7 @@ CPhysical::GetBoundRect(void)
|
||||||
void
|
void
|
||||||
CPhysical::AddToMovingList(void)
|
CPhysical::AddToMovingList(void)
|
||||||
{
|
{
|
||||||
|
if (!bIsStaticWaitingForCollision)
|
||||||
m_movingListNode = CWorld::GetMovingEntityList().InsertItem(this);
|
m_movingListNode = CWorld::GetMovingEntityList().InsertItem(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue