From 4847f71707ef91bd15d61653c06fd74d8724665d Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Fri, 31 Jul 2020 11:21:18 -0400 Subject: [PATCH] Make slower --- src/k_hud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_hud.c b/src/k_hud.c index b2b8a56c6..4ceb24dd9 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -729,7 +729,7 @@ void K_AdjustXYWithSnap(INT32 *x, INT32 *y, UINT32 options, INT32 dupx, INT32 du if (options & V_SLIDEIN) { - tic_t length = TICRATE/3; + tic_t length = TICRATE/2; if (leveltime < introtime + length) {