Display other kills in coop tally screen (#1167)

* Display other kills in coop tally screen

* Showing other when skipping counter
This commit is contained in:
Maarten Lensink 2020-08-30 16:34:53 +03:00 committed by GitHub
commit 34dd9625fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 45 additions and 12 deletions

View file

@ -926,6 +926,7 @@ bool FLevelLocals::DoCompleted (FString nextlevel, wbstartstruct_t &wminfo)
nextlevel = wminfo.next;
wminfo.next_ep = FindLevelInfo (wminfo.next)->cluster - 1;
wminfo.totalkills = killed_monsters;
wminfo.maxkills = total_monsters;
wminfo.maxitems = total_items;
wminfo.maxsecret = total_secrets;