mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed ZScript compilation.
This commit is contained in:
parent
fbf5b9f2d7
commit
15a0baadd6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ extend class Actor
|
|||
if (mo.bMissile || mo.bMbfBouncer)
|
||||
{
|
||||
// if spawner is also a missile, copy 'em
|
||||
if (defaults.bMissile || defaults.bMbfBouncer)
|
||||
if (default.bMissile || default.bMbfBouncer)
|
||||
{
|
||||
mo.target = self.target;
|
||||
mo.tracer = self.tracer;
|
||||
|
|
Loading…
Reference in a new issue