mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix the sky on the intro cutscene not scrolling.
This commit is contained in:
parent
bc9f9d740a
commit
b9234d1d8c
1 changed files with 1 additions and 0 deletions
|
|
@ -637,6 +637,7 @@ static void F_IntroDrawScene(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
menuanimtimer = animtimer; // Reusing this variable for the intro, better than changing the function around.
|
||||
F_SkyScroll(80*4, 0, "TITLESKY");
|
||||
if (timetonext == 6)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue