mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Make comment more clear
This commit is contained in:
parent
b9234d1d8c
commit
edf4dd8e0a
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ static void F_IntroDrawScene(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
menuanimtimer = animtimer; // Reusing this variable for the intro, better than changing the function around.
|
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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue