mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +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
|
||||
{
|
||||
Projectile
|
||||
MissileHeight 0
|
||||
}
|
||||
|
||||
// Sector flag setter ------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue