mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 15:32:33 +00:00
Fix the sky on the intro cutscene not scrolling.
This commit is contained in:
parent
ff8c43664a
commit
592a98a3e8
1 changed files with 1 additions and 0 deletions
|
@ -637,6 +637,7 @@ static void F_IntroDrawScene(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
menuanimtimer = animtimer; // Reusing this variable for the intro, better than changing the function around.
|
||||||
F_SkyScroll(80*4, 0, "TITLESKY");
|
F_SkyScroll(80*4, 0, "TITLESKY");
|
||||||
if (timetonext == 6)
|
if (timetonext == 6)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue