This commit is contained in:
parent
dac52e3fc7
commit
25e5813c79
3 changed files with 46 additions and 15 deletions
|
@ -88,7 +88,7 @@ void CGaryStopTrigger::collidedWith(CThing *_thisThing)
|
|||
{
|
||||
CNpcGaryFriend *gary = (CNpcGaryFriend *) _thisThing;
|
||||
|
||||
gary->stop();
|
||||
gary->stop( Pos.vx );
|
||||
|
||||
if ( !m_dropped )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue