- Added replacement handling to A_BossDeath.

SVN r260 (trunk)
This commit is contained in:
Christoph Oelckers 2006-07-16 15:00:10 +00:00
commit e5a26c75fa
6 changed files with 26 additions and 4 deletions

View file

@ -1263,6 +1263,7 @@ static FActorInfo * CreateNewActor(FActorInfo ** parentc, Baggage *bag)
SC_ScriptError ("Replaced type '%s' is not an actor", sc_String);
}
replacee->ActorInfo->Replacement = ti->ActorInfo;
ti->ActorInfo->Replacee = replacee->ActorInfo;
}
else
{