Revert "- avoid double linking to and unlinking from the world for actors."
This reverts commit 8fc9f1e5ef.
As I already feared, this does not work right. The entire linking/unlinking code is simply too fragile. So no protection here against inept tinkering.
This commit is contained in:
parent
3ef806c2e9
commit
043de8c780
3 changed files with 1 additions and 15 deletions
|
|
@ -371,7 +371,7 @@ void AActor::Serialize(FSerializer &arc)
|
|||
|
||||
SerializeTerrain(arc, "floorterrain", floorterrain, &def->floorterrain);
|
||||
SerializeArgs(arc, "args", args, def->args, special);
|
||||
if (arc.isReading()) flags8 &= ~MF8_LINKEDTOWORLD;
|
||||
|
||||
}
|
||||
|
||||
#undef A
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue