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:
parent
11cecf7f22
commit
34dd9625fc
8 changed files with 45 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue