mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-29 12:40:40 +00:00
Reduced aggravating stationary Shadow range + fixed whitespace
This commit is contained in:
parent
77fd7704e8
commit
ac4a2f3d02
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…
Reference in a new issue