move "Demo recording" message to G_InitNew

This message did not appear after reloading a level.
This commit is contained in:
Roman Fomin 2022-07-25 14:10:00 +07:00
parent 0169bdd4d9
commit 1141ef1792

View File

@ -3083,6 +3083,9 @@ void G_InitNew(skill_t skill, int episode, int map)
G_MBFComp();
G_DoLoadLevel();
if (demorecording)
doomprintf("Demo Recording: %s", M_BaseName(demoname));
}
//
@ -3527,8 +3530,6 @@ void G_BeginRecording(void)
for (i=0; i<4; i++) // intentionally hard-coded 4 -- killough
*demo_p++ = playeringame[i];
}
doomprintf("Demo Recording: %s", M_BaseName(demoname));
}
//