This commit is contained in:
Charles 2001-08-03 14:42:00 +00:00
parent dac52e3fc7
commit 25e5813c79
3 changed files with 46 additions and 15 deletions

View file

@ -88,7 +88,7 @@ void CGaryStopTrigger::collidedWith(CThing *_thisThing)
{
CNpcGaryFriend *gary = (CNpcGaryFriend *) _thisThing;
gary->stop();
gary->stop( Pos.vx );
if ( !m_dropped )
{