Remove owner when detaching rope.
This commit is contained in:
parent
eedc0c76d5
commit
6dbbb7f403
|
@ -110,7 +110,7 @@ void cutRope(Entity *e)
|
||||||
{
|
{
|
||||||
e->towing->flags &= ~EF_RETREATING;
|
e->towing->flags &= ~EF_RETREATING;
|
||||||
e->towing->flags &= ~EF_ROPED_ATTACHED;
|
e->towing->flags &= ~EF_ROPED_ATTACHED;
|
||||||
e->towing->speed = 0;
|
e->towing->owner = NULL;
|
||||||
e->towing = NULL;
|
e->towing = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue