Skip to content
Snippets Groups Projects

Record attack custom exit fix

Merged Monster Iestyn requested to merge record-attack-custom-exit-fix into next
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
{
Loading