Skip to content

Commit

Permalink
- re-added line of code that got lost during refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jun 9, 2021
1 parent 4b35a30 commit d270d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/games/duke/src/bowling.cpp
Expand Up @@ -50,6 +50,7 @@ void ballreturn(DDukeActor *ball)
{
act2->s->lotag = 100;
act2->s->extra++;
pinsectorresetdown(act2->s->sectnum);
}
}
}
Expand Down

0 comments on commit d270d75

Please sign in to comment.