- Added replacement handling to A_BossDeath.
SVN r260 (trunk)
This commit is contained in:
parent
93cd78ebfb
commit
e5a26c75fa
6 changed files with 26 additions and 4 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue