Temporarily disable the POSITIONI sweeping for the first 16 tics of map drawer. (Looks better for if we showcase 2.2 merge footage before creating a better title card).

This commit is contained in:
toaster 2020-09-22 18:55:45 +01:00
parent 87c10047a5
commit 6104c802e9

View file

@ -3085,6 +3085,9 @@ static void K_drawKartStartBulbs(void)
x = 28*FRACUNIT;
}
if (timeinmap < 16)
return; // temporary for current map start behaviour
for (i = 0; i < 10; i++)
{
UINT8 patchnum = letters_order[i];