- removed class pointers from AActor's pointer list.

This commit is contained in:
Christoph Oelckers 2017-02-09 15:12:00 +01:00
parent 7c8babceba
commit f37db344df

View file

@ -144,8 +144,6 @@ IMPLEMENT_POINTERS_START(AActor)
IMPLEMENT_POINTER(Poisoner)
IMPLEMENT_POINTER(DamageFunc)
IMPLEMENT_POINTER(alternative)
IMPLEMENT_POINTER(TeleFogSourceType)
IMPLEMENT_POINTER(TeleFogDestType)
IMPLEMENT_POINTERS_END
AActor::~AActor ()