Don't allow skipping stats in record attack/nights attack

This commit is contained in:
Monster Iestyn 2017-02-05 22:04:29 +00:00
parent 591fe13cc0
commit f9b41898a9
1 changed files with 1 additions and 1 deletions

View File

@ -2888,7 +2888,7 @@ static void G_DoCompleted(void)
if (nextmap < NUMMAPS && !mapheaderinfo[nextmap]) if (nextmap < NUMMAPS && !mapheaderinfo[nextmap])
P_AllocMapHeader(nextmap); P_AllocMapHeader(nextmap);
if (skipstats) if (skipstats && !modeattacking) // Don't skip stats if we're in record attack
G_AfterIntermission(); G_AfterIntermission();
else else
{ {