mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
69fb03d87f
commit
b081dd5d7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue