mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-29 18:30:37 +00:00
- fixed bad spawn owner in refactored loop.
This commit is contained in:
parent
6adc2f8e55
commit
595a2156e4
1 changed files with 1 additions and 1 deletions
|
@ -3590,7 +3590,7 @@ static void handle_se28(DDukeActor* actor)
|
|||
if (rnd(32) && (t[2] & 1))
|
||||
{
|
||||
act2->s.cstat &= 32767;
|
||||
fi.spawn(j, SMALLSMOKE);
|
||||
spawn(act2, SMALLSMOKE);
|
||||
|
||||
int x;
|
||||
int p = findplayer(actor, &x);
|
||||
|
|
Loading…
Reference in a new issue