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:
Christoph Oelckers 2020-09-27 19:56:50 +02:00
commit 043de8c780
3 changed files with 1 additions and 15 deletions

View file

@ -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