Fix screen buffer not being cleared if a map command is used during the intermission.

This commit is contained in:
toaster 2019-11-29 15:25:55 +00:00
parent bc00380aa4
commit cbc49882bc
1 changed files with 2 additions and 0 deletions

View File

@ -4135,6 +4135,8 @@ void G_InitNew(UINT8 pultmode, const char *mapname, boolean resetplayer, boolean
{
INT32 i;
Y_CleanupScreenBuffer();
if (paused)
{
paused = false;