mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Addition unecessary as ruled out by if condition
This commit is contained in:
parent
971eed8d97
commit
739d602c84
1 changed files with 1 additions and 1 deletions
|
|
@ -1623,7 +1623,7 @@ static void K_DrawDraftCombiring(player_t *player, player_t *victim, fixed_t cur
|
|||
cury + (P_RandomRange(-12,12)*mapobjectscale),
|
||||
curz + (P_RandomRange(24,48)*mapobjectscale),
|
||||
MT_SIGNSPARKLE);
|
||||
P_SetMobjState(band, S_SIGNSPARK1 + ((leveltime+offset) % 11));
|
||||
P_SetMobjState(band, S_SIGNSPARK1 + (leveltime % 11));
|
||||
P_SetScale(band, (band->destscale = (3*player->mo->scale)/2));
|
||||
band->color = colors[c];
|
||||
band->colorized = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue