SW: Clear the background during cinematics

# Conflicts:
#	source/sw/src/anim.cpp
This commit is contained in:
Evan Ramos 2020-05-22 00:10:20 -05:00 committed by Christoph Oelckers
parent 6a0785bbd4
commit f318d2282a

View file

@ -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();