mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-03 20:26:05 +00:00
Make slower
This commit is contained in:
parent
a0befdce2d
commit
4847f71707
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue