mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Fix compile error
This commit is contained in:
parent
0bd71d9980
commit
b20352141e
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
|
||||
{
|
||||
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);
|
||||
if (intro_curtime < TICRATE-5) // Make the text shine!
|
||||
|
|
Loading…
Reference in a new issue