This commit is contained in:
parent
7617fca14c
commit
884be56a99
1 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,8 @@ DVECTOR const &CamPos=CLevel::getCameraPos();
|
||||||
if (ThingRect.y2<m_ThinkBBox.YMin || ThingRect.y1>m_ThinkBBox.YMax) Flag=false;
|
if (ThingRect.y2<m_ThinkBBox.YMin || ThingRect.y1>m_ThinkBBox.YMax) Flag=false;
|
||||||
thing->setThinkFlag(Flag);
|
thing->setThinkFlag(Flag);
|
||||||
|
|
||||||
|
if (thing->getThingType()==CThing::TYPE_PLAYER)
|
||||||
|
Flag=true;
|
||||||
if (Flag)
|
if (Flag)
|
||||||
{
|
{
|
||||||
thing->think(_frames);
|
thing->think(_frames);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue