mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Reduced aggravating stationary Shadow range + fixed whitespace
This commit is contained in:
parent
c74c4e9549
commit
3a4bff82f2
2 changed files with 2 additions and 2 deletions
|
|
@ -8454,7 +8454,7 @@ void A_RandomShadowFrame(mobj_t *actor)
|
|||
P_SetScale(actor, FRACUNIT*3/2);
|
||||
|
||||
// I have NO CLUE how to hardcode all of that fancy Linedef Executor shit so the fire spinout will be done by these entities directly.
|
||||
if (P_LookForPlayers(actor, false, false, 512<<FRACBITS)) // got target
|
||||
if (P_LookForPlayers(actor, false, false, 380<<FRACBITS)) // got target
|
||||
{
|
||||
if (actor->target && !actor->target->player->powers[pw_flashing]
|
||||
&& !actor->target->player->kartstuff[k_invincibilitytimer]
|
||||
|
|
|
|||
|
|
@ -2043,7 +2043,7 @@ void ST_Drawer(void)
|
|||
// No deadview!
|
||||
stplyr = &players[displayplayer];
|
||||
ST_overlayDrawer();
|
||||
|
||||
|
||||
if (splitscreen)
|
||||
{
|
||||
stplyr = &players[secondarydisplayplayer];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue