mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 20:42:11 +00:00
- SW: fixed bad user in SpawnSplash
This commit is contained in:
parent
d1c6c783a6
commit
2d7c085617
1 changed files with 1 additions and 1 deletions
|
@ -18230,7 +18230,7 @@ int SpawnSplash(DSWActor* actor)
|
|||
|
||||
auto actorNew = SpawnActor(STAT_MISSILE, SPLASH, s_Splash, sp->sectnum, sp->x, sp->y, u->loz, sp->ang, 0);
|
||||
wp = &actorNew->s();
|
||||
wu = actor->u();
|
||||
wu = actorNew->u();
|
||||
|
||||
if (sectu && TEST(sectp->extra, SECTFX_LIQUID_MASK) == SECTFX_LIQUID_LAVA)
|
||||
wu->spal = wp->pal = PALETTE_RED_LIGHTING;
|
||||
|
|
Loading…
Reference in a new issue