From 6104c802e9cae9a9743d0097827aec211af1f931 Mon Sep 17 00:00:00 2001 From: toaster Date: Tue, 22 Sep 2020 18:55:45 +0100 Subject: [PATCH] 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). --- src/k_hud.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/k_hud.c b/src/k_hud.c index 02c45f3a1..f27dd1521 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -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];