- some more fixes of 'Restart'. Still not working as intended.

This commit is contained in:
Christoph Oelckers 2015-04-28 19:03:52 +02:00
commit afa022605a
6 changed files with 27 additions and 17 deletions

View file

@ -218,6 +218,7 @@ void FinishActor(const FScriptPosition &sc, PClassActor *info, Baggage &bag)
if (bag.DropItemSet)
{
info->DropItems = bag.DropItemList;
GC::WriteBarrier(info, info->DropItems);
}
if (info->IsDescendantOf (RUNTIME_CLASS(AInventory)))
{