diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 8c9d3643..805e5136 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1570,6 +1570,7 @@ void initwinvideo(void) { FirstVid = 0; InitDirectDraw(); + clearwin(); return; } @@ -1580,6 +1581,7 @@ void initwinvideo(void) PrevFull = 0; ReleaseDirectDraw(); InitDirectDraw(); + clearwin(); return; }