mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Mistake
This commit is contained in:
parent
b58cbd2c08
commit
20ac8ed126
1 changed files with 2 additions and 2 deletions
|
@ -3142,8 +3142,8 @@ static void K_DoShrink(player_t *player)
|
|||
{
|
||||
//P_FlashPal(&players[i], PAL_NUKE, 10);
|
||||
|
||||
if (!player->kartstuff[k_invincibilitytimer] // Don't hit while invulnerable!
|
||||
&& player->kartstuff[k_growshrinktimer] <= 0)
|
||||
if (!players[i].kartstuff[k_invincibilitytimer] // Don't hit while invulnerable!
|
||||
&& players[i].kartstuff[k_growshrinktimer] <= 0)
|
||||
{
|
||||
// Start shrinking!
|
||||
players[i].mo->scalespeed = mapheaderinfo[gamemap-1]->mobj_scale/TICRATE;
|
||||
|
|
Loading…
Reference in a new issue