- actually GCC is really dumb.
This commit is contained in:
parent
f4d240b05d
commit
21b6f722be
2 changed files with 2 additions and 2 deletions
|
|
@ -1273,7 +1273,7 @@ void FParser::SF_MobjTarget(void)
|
|||
}
|
||||
|
||||
t_return.type = svt_mobj;
|
||||
t_return.value.mobj = mo ? mo->target : nullptr;
|
||||
t_return.value.mobj = mo ? mo->target.Get() : nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue