Merge remote-tracking branch 'kart-public-gl/animtimer-fix' into md3-vanilla-kart

This commit is contained in:
mazmazz 2019-01-07 05:44:23 -05:00
commit 6ec6622610
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ static void F_SkyScroll(INT32 scrollspeed)
{
V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 120);
x = -animtimer;
x = -((INT32)animtimer);
y = 0;
while (x < w)
{