mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Mistake
This commit is contained in:
parent
e4a13a3bdf
commit
b440e36d15
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…
Add table
Reference in a new issue