mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- Fixed: FastProjectile's missile height needs to be initialized to 0.
SVN r3918 (scripting)
This commit is contained in:
parent
29bc9cbf35
commit
5e184260ac
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ ACTOR RandomSpawner native
|
||||||
ACTOR FastProjectile native
|
ACTOR FastProjectile native
|
||||||
{
|
{
|
||||||
Projectile
|
Projectile
|
||||||
|
MissileHeight 0
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sector flag setter ------------------------------------------------------
|
// Sector flag setter ------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue