Don't do skyscroll in TA menu

We can't even see it
This commit is contained in:
NepDisk 2025-08-09 13:47:03 -04:00
parent 5cfaf1d29f
commit 5fa9abd0c0

View file

@ -1708,8 +1708,8 @@ void M_Drawer(void)
{
if (curbgcolor >= 0)
V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, curbgcolor);
else if (!curbghide || !titlemapinaction)
F_SkyScroll(curbgxspeed, curbgyspeed, curbgname);
//else if (!curbghide || !titlemapinaction)
//F_SkyScroll(curbgxspeed, curbgyspeed, curbgname);
if (curfadevalue)
V_DrawFadeScreen(0xFF00, curfadevalue);
}