Make slower

This commit is contained in:
Sally Coolatta 2020-07-31 11:21:18 -04:00
parent a0befdce2d
commit 4847f71707

View file

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