mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed: AActor::alternative was not declared as a pointer.
This commit is contained in:
parent
476b727d5d
commit
3db7d9ad84
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ IMPLEMENT_POINTY_CLASS (AActor)
|
|||
DECLARE_POINTER (master)
|
||||
DECLARE_POINTER (Poisoner)
|
||||
DECLARE_POINTER (Damage)
|
||||
DECLARE_POINTER (alternative)
|
||||
END_POINTERS
|
||||
|
||||
AActor::~AActor ()
|
||||
|
|
Loading…
Reference in a new issue