From f318d2282a65e12f802bb7fb4f7aee6d59a347d0 Mon Sep 17 00:00:00 2001 From: Evan Ramos Date: Fri, 22 May 2020 00:10:20 -0500 Subject: [PATCH] SW: Clear the background during cinematics # Conflicts: # source/sw/src/anim.cpp --- source/sw/src/anim.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/sw/src/anim.cpp b/source/sw/src/anim.cpp index a8548547e..592a9667c 100644 --- a/source/sw/src/anim.cpp +++ b/source/sw/src/anim.cpp @@ -309,6 +309,7 @@ playanm(short anim_num) break; } + videoClearViewableArea(0L); animtex.SetFrame(ANIM_GetPalette(), ANIM_DrawFrame(i)); rotatesprite_fs(160 << 16, 100 << 16, 65536, 0, -1, 0, 0, 2 | 8 | 64, animtex.GetFrame()); videoNextPage();