mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Merge branch 'mapinter' into 'master'
Intermission Buffer Clear On Map Command (no funny name today) See merge request STJr/SRB2Internal!570
This commit is contained in:
commit
8a3c7da1d2
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