- fixed: SingleActorFromTid wasn't declared in thingdef_codeptr.cpp

This commit is contained in:
Christoph Oelckers 2015-08-01 23:17:06 +02:00
parent 57150c8718
commit 58870d4871
2 changed files with 2 additions and 1 deletions

View file

@ -3595,7 +3595,7 @@ int DoGetMasterTID (AActor *self)
else return 0;
}
static AActor *SingleActorFromTID (int tid, AActor *defactor)
AActor *SingleActorFromTID (int tid, AActor *defactor)
{
if (tid == 0)
{

View file

@ -73,6 +73,7 @@
#include "p_setup.h"
#include "gstrings.h"
AActor *SingleActorFromTID (int tid, AActor *defactor);
static FRandom pr_camissile ("CustomActorfire");
static FRandom pr_camelee ("CustomMelee");