mirror of
https://github.com/halpz/re3.git
synced 2024-12-28 18:35:29 +00:00
added flag
This commit is contained in:
parent
0930d70134
commit
53107d3b71
|
@ -218,7 +218,8 @@ CPhysical::GetBoundRect(void)
|
||||||
void
|
void
|
||||||
CPhysical::AddToMovingList(void)
|
CPhysical::AddToMovingList(void)
|
||||||
{
|
{
|
||||||
m_movingListNode = CWorld::GetMovingEntityList().InsertItem(this);
|
if (!bIsStaticWaitingForCollision)
|
||||||
|
m_movingListNode = CWorld::GetMovingEntityList().InsertItem(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue