mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
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:
commit
354429ca39
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 to fix the scrolling sky, better than changing the function around.
|
||||
F_SkyScroll(80*4, 0, "TITLESKY");
|
||||
if (timetonext == 6)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue