SW: Don't show the status bar during the end of level screen

git-svn-id: https://svn.eduke32.com/eduke32@8353 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-12-05 05:40:34 +00:00 committed by Christoph Oelckers
parent 1507e9fd15
commit 22a778a22c
1 changed files with 0 additions and 1 deletions

View File

@ -1694,7 +1694,6 @@ void CreditsLevel(void)
// get rid of all PERM sprites!
renderFlushPerms();
save = gs.BorderNum;
SetBorder(Player + myconnectindex,0);
ClearStartMost();
gs.BorderNum = save;
videoClearViewableArea(0L);