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) {