mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-13 14:47:14 +00:00
Fix screen buffer not being cleared if a map command is used during the intermission.
This commit is contained in:
parent
d6c7a08fb2
commit
76eae5c237
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;
|
INT32 i;
|
||||||
|
|
||||||
|
Y_CleanupScreenBuffer();
|
||||||
|
|
||||||
if (paused)
|
if (paused)
|
||||||
{
|
{
|
||||||
paused = false;
|
paused = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue