- re-added line of code that got lost during refactoring.

This commit is contained in:
Christoph Oelckers 2021-06-10 00:14:04 +02:00
parent 4b35a30de5
commit d270d75d74

View file

@ -50,6 +50,7 @@ void ballreturn(DDukeActor *ball)
{
act2->s->lotag = 100;
act2->s->extra++;
pinsectorresetdown(act2->s->sectnum);
}
}
}