Nevermind the part about making the first dot end sooner, might be a bird moment

This commit is contained in:
James R 2021-02-16 12:08:47 -08:00
parent 46e4d5c8ee
commit 34744b03b1

View file

@ -4620,8 +4620,7 @@ void P_PlayerThink(player_t *player)
}
else
{
/* spend slightly less time on the first dot after wrapping */
player->typing_duration = 20;
player->typing_duration = 16;
}
}
}