mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 07:57:51 +00:00
- removed class pointers from AActor's pointer list.
This commit is contained in:
parent
7c8babceba
commit
f37db344df
1 changed files with 0 additions and 2 deletions
|
@ -144,8 +144,6 @@ IMPLEMENT_POINTERS_START(AActor)
|
||||||
IMPLEMENT_POINTER(Poisoner)
|
IMPLEMENT_POINTER(Poisoner)
|
||||||
IMPLEMENT_POINTER(DamageFunc)
|
IMPLEMENT_POINTER(DamageFunc)
|
||||||
IMPLEMENT_POINTER(alternative)
|
IMPLEMENT_POINTER(alternative)
|
||||||
IMPLEMENT_POINTER(TeleFogSourceType)
|
|
||||||
IMPLEMENT_POINTER(TeleFogDestType)
|
|
||||||
IMPLEMENT_POINTERS_END
|
IMPLEMENT_POINTERS_END
|
||||||
|
|
||||||
AActor::~AActor ()
|
AActor::~AActor ()
|
||||||
|
|
Loading…
Reference in a new issue