Merge branch 'record-attack-custom-exit-fix' into 'next'

Record attack custom exit fix

This fixes the bug reported here: http://mb.srb2.org/showthread.php?t=42342

Record Attack now no longer allows the tally to be skipped, whether by custom exits or by Lua etc.

See merge request !164
This commit is contained in:
Monster Iestyn 2017-02-08 20:18:06 -05:00
commit 9b737d1165
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])
P_AllocMapHeader(nextmap);
if (skipstats)
if (skipstats && !modeattacking) // Don't skip stats if we're in record attack
G_AfterIntermission();
else
{