Don't do skyscroll in TA menu
We can't even see it
This commit is contained in:
parent
5cfaf1d29f
commit
5fa9abd0c0
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue