This commit is contained in:
parent
c574dd3894
commit
adee4b97be
64 changed files with 313 additions and 62 deletions
|
@ -89,11 +89,16 @@ void CNpcBigWheelPlatform::setWaypoints( sThingPlatform *ThisPlatform )
|
|||
{
|
||||
init( startPos );
|
||||
}
|
||||
|
||||
m_thinkArea.x1 = Pos.vx - m_extension;
|
||||
m_thinkArea.x2 = Pos.vx + m_extension;
|
||||
m_thinkArea.y1 = Pos.vy - m_extension;
|
||||
m_thinkArea.y2 = Pos.vy + m_extension;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const CRECT *CNpcBigWheelPlatform::getThinkBBox()
|
||||
/*const CRECT *CNpcBigWheelPlatform::getThinkBBox()
|
||||
{
|
||||
CRECT objThinkBox = getCollisionArea();
|
||||
|
||||
|
@ -104,7 +109,7 @@ const CRECT *CNpcBigWheelPlatform::getThinkBBox()
|
|||
objThinkBox.y2 = thinkBBox.YMax;
|
||||
|
||||
return &objThinkBox;
|
||||
}
|
||||
}*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue