- 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…
Add table
Add a link
Reference in a new issue