Revert Don't do skyscroll in TA menu

This reverts commit 5fa9abd0c0.
This commit is contained in:
NepDisk 2025-08-09 13:49:06 -04:00
parent 5fa9abd0c0
commit f3f5f346ca

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);
}