- made intermission screen more scripting friendly.

This commit is contained in:
Christoph Oelckers 2017-02-24 00:28:33 +01:00
commit 58be506a73
6 changed files with 100 additions and 35 deletions

View file

@ -816,7 +816,6 @@ void G_DoCompleted (void)
for (i=0 ; i<MAXPLAYERS ; i++)
{
wminfo.plyr[i].in = playeringame[i];
wminfo.plyr[i].skills = players[i].killcount;
wminfo.plyr[i].sitems = players[i].itemcount;
wminfo.plyr[i].ssecret = players[i].secretcount;