mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
87c10047a5
commit
6104c802e9
1 changed files with 3 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue