mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Fix screen buffer not being cleared if a map command is used during the intermission.
This commit is contained in:
parent
bc00380aa4
commit
cbc49882bc
1 changed files with 2 additions and 0 deletions
|
@ -4135,6 +4135,8 @@ void G_InitNew(UINT8 pultmode, const char *mapname, boolean resetplayer, boolean
|
|||
{
|
||||
INT32 i;
|
||||
|
||||
Y_CleanupScreenBuffer();
|
||||
|
||||
if (paused)
|
||||
{
|
||||
paused = false;
|
||||
|
|
Loading…
Reference in a new issue