Merge branch 'intro-sky-fix' into 'master'

Fix the sky on the intro cutscene not scrolling.

Closes #220

See merge request STJr/SRB2Internal!353
This commit is contained in:
MascaraSnake 2019-10-10 02:36:53 -04:00
commit 354429ca39

View file

@ -637,6 +637,7 @@ static void F_IntroDrawScene(void)
} }
else else
{ {
menuanimtimer = animtimer; // Reusing this variable for the intro to fix the scrolling sky, better than changing the function around.
F_SkyScroll(80*4, 0, "TITLESKY"); F_SkyScroll(80*4, 0, "TITLESKY");
if (timetonext == 6) if (timetonext == 6)
{ {