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

This commit is contained in:
Christoph Oelckers 2015-08-01 23:17:06 +02:00
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)
{