This commit is contained in:
Charles 2001-01-30 15:02:01 +00:00
parent 4481e55b98
commit accb9f32a5
2 changed files with 10 additions and 3 deletions

View file

@ -1338,7 +1338,7 @@ void CNpc::processEvent( GAME_EVENT evt, CThing *sourceThing )
yDiffSqr = this->Pos.vy - sourcePos.vy;
yDiffSqr *= yDiffSqr;
if ( xDiffSqr + yDiffSqr < 250 )
if ( xDiffSqr + yDiffSqr < 10000 )
{
if( !CConversation::isActive() )
{