From f37db344df7b2d9ab6bf74d4c850d1a74d8a1184 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 9 Feb 2017 15:12:00 +0100 Subject: [PATCH] - removed class pointers from AActor's pointer list. --- src/p_mobj.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/p_mobj.cpp b/src/p_mobj.cpp index 53491f235..829674ba6 100644 --- a/src/p_mobj.cpp +++ b/src/p_mobj.cpp @@ -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 ()