mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
- DukeWT’ s Firefly shot
This commit is contained in:
parent
24f46771a1
commit
32dab95c8d
1 changed files with 2 additions and 2 deletions
|
@ -1063,8 +1063,8 @@ void shoot_d(DDukeActor* actor, int atwith)
|
|||
if (k)
|
||||
{
|
||||
k->setsector(sect);
|
||||
k->set_int_pos({ sx, sy, sz });
|
||||
k->set_int_ang(sa);
|
||||
k->spr.pos = spos;
|
||||
k->spr.angle = sang;
|
||||
k->spr.xvel = 500;
|
||||
k->spr.zvel = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue