This commit is contained in:
parent
5177f930ff
commit
80ada6fdbb
4 changed files with 6 additions and 6 deletions
|
@ -79,7 +79,7 @@ void CNpcBigWheelHazard::collidedWith( CThing *_thisThing )
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/*const CRECT *CNpcBigWheelHazard::getThinkBBox()
|
||||
const CRECT *CNpcBigWheelHazard::getThinkBBox()
|
||||
{
|
||||
CRECT objThinkBox = getCollisionArea();
|
||||
|
||||
|
@ -90,4 +90,4 @@ void CNpcBigWheelHazard::collidedWith( CThing *_thisThing )
|
|||
objThinkBox.y2 = thinkBBox.YMax;
|
||||
|
||||
return &objThinkBox;
|
||||
}*/
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue