mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
Fix rubberband value being reset every frame
This commit is contained in:
parent
fac381cdf1
commit
de59fedc56
1 changed files with 0 additions and 2 deletions
|
|
@ -1886,8 +1886,6 @@ void K_BuildBotTiccmd(
|
|||
--------------------------------------------------*/
|
||||
void K_UpdateBotGameplayVars(player_t *player)
|
||||
{
|
||||
player->botvars.rubberband = FRACUNIT;
|
||||
|
||||
if (gamestate != GS_LEVEL || !player->mo)
|
||||
{
|
||||
// Not in the level.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue