mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-28 23:01:41 +00:00
Fixed inconsistent angle of spawned leaves
https://forum.zdoom.org/viewtopic.php?t=58664
This commit is contained in:
parent
0bd9437a96
commit
81769518c9
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class LeafSpawner : Actor
|
||||||
|
|
||||||
if (mo)
|
if (mo)
|
||||||
{
|
{
|
||||||
mo.Thrust(random[LeafSpawn]() / 128. + 3);
|
mo.Thrust(random[LeafSpawn]() / 128. + 3, angle);
|
||||||
mo.target = self;
|
mo.target = self;
|
||||||
mo.special1 = 0;
|
mo.special1 = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue