- Trying to replace an actor that does not exist is now a warning rather than an error.
SVN r3820 (trunk)
This commit is contained in:
parent
2a9a1fb240
commit
27f6d431ca
3 changed files with 7 additions and 5 deletions
|
|
@ -1108,7 +1108,7 @@ static FActorInfo *ParseActorHeader(FScanner &sc, Baggage *bag)
|
|||
info->DoomEdNum = DoomEdNum > 0? DoomEdNum : -1;
|
||||
info->Class->Meta.SetMetaString (ACMETA_Lump, Wads.GetLumpFullPath(sc.LumpNum));
|
||||
|
||||
SetReplacement(info, replaceName);
|
||||
SetReplacement(sc, info, replaceName);
|
||||
|
||||
ResetBaggage (bag, info->Class->ParentClass);
|
||||
bag->Info = info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue