Restore white frame less agressively

OS does it on its own, so the transition is cleaner like that.
This commit is contained in:
Lephenixnoir 2021-08-04 18:24:37 +02:00
parent 18e583dad4
commit 92c8dcf56e
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 0 additions and 3 deletions

View File

@ -694,9 +694,6 @@ int main(void){
memset(VRAM, 0, WIDTH*HEIGHT*2);
D_DoomMain();
Bdisp_FrameAndColor(3, 16);
Bdisp_FrameAndColor(1, 0);
if(gWADfd >= 0)
Bfile_CloseFile_OS(gWADfd);