without implementing operator= and a copy ctor; the ActorFrame child list won't be updated. (This used to work because, with a fixed-length array, this loading was done in the ctor, though it should have been done in Init.) Also fixes loads happening during Player::Load, which shouldn't happen.