- fixed: AActor::alternative was not declared as a pointer.

This commit is contained in:
Christoph Oelckers 2016-09-18 12:22:56 +02:00
parent 476b727d5d
commit 3db7d9ad84
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ IMPLEMENT_POINTY_CLASS (AActor)
DECLARE_POINTER (master)
DECLARE_POINTER (Poisoner)
DECLARE_POINTER (Damage)
DECLARE_POINTER (alternative)
END_POINTERS
AActor::~AActor ()