mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 21:11:00 +00:00
This would probably be fine, but lets make it consistent like every other instance of this.
This commit is contained in:
parent
5cd6b58c44
commit
1987dec652
1 changed files with 1 additions and 1 deletions
|
@ -1997,7 +1997,7 @@ static void K_RemoveGrowShrink(player_t *player)
|
|||
player->mo->scalespeed = mapobjectscale/TICRATE;
|
||||
player->mo->destscale = mapobjectscale;
|
||||
if (cv_kartdebugshrink.value && !modeattacking && !player->bot)
|
||||
player->mo->destscale = (6*mapobjectscale)/8;
|
||||
player->mo->destscale = (6*player->mo->destscale)/8;
|
||||
P_RestoreMusic(player);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue