Make title screen full black

Don't care about making it use our old title screen since we're replacing it anyway
This commit is contained in:
Sally Coolatta 2020-08-18 21:49:37 -04:00
parent 69fb03d87f
commit b081dd5d7e

View file

@ -1687,7 +1687,7 @@ void F_InitMenuPresValues(void)
// Set defaults for presentation values
strncpy(curbgname, "TITLESKY", 9);
curfadevalue = 16;
curbgcolor = -1;
curbgcolor = 31;
curbgxspeed = (gamestate == GS_TIMEATTACK) ? 0 : titlescrollxspeed;
curbgyspeed = (gamestate == GS_TIMEATTACK) ? 22 : titlescrollyspeed;
curbghide = (gamestate == GS_TIMEATTACK) ? false : true;