mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Make lightning tether bigger
This commit is contained in:
parent
3678eb4868
commit
accf8035e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1728,7 +1728,7 @@ static void K_DrawDraftCombiring(player_t *player, player_t *victim, fixed_t cur
|
||||||
if (maxdist == 0)
|
if (maxdist == 0)
|
||||||
{
|
{
|
||||||
P_SetMobjState(band, S_KSPARK1 + (leveltime % 8));
|
P_SetMobjState(band, S_KSPARK1 + (leveltime % 8));
|
||||||
P_SetScale(band, (band->destscale = player->mo->scale/2));
|
P_SetScale(band, (band->destscale = player->mo->scale));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue