mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix compile error
This commit is contained in:
parent
13033c521b
commit
08aa1a5ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ static void F_IntroDrawScene(void)
|
||||||
}
|
}
|
||||||
else if (intro_scenenum == 0) // STJr presents
|
else if (intro_scenenum == 0) // STJr presents
|
||||||
{
|
{
|
||||||
if (intro_curtime > 1 && intro_curtime < introscenetime[intro_scenenum])
|
if (intro_curtime > 1 && intro_curtime < (INT32)introscenetime[intro_scenenum])
|
||||||
{
|
{
|
||||||
V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31);
|
V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31);
|
||||||
if (intro_curtime < TICRATE-5) // Make the text shine!
|
if (intro_curtime < TICRATE-5) // Make the text shine!
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue