- some more fixes of 'Restart'. Still not working as intended.
This commit is contained in:
parent
91b05366d6
commit
afa022605a
6 changed files with 27 additions and 17 deletions
|
|
@ -797,6 +797,7 @@ DEFINE_PROPERTY(dropitem, S_i_i, Actor)
|
|||
}
|
||||
di->Next = bag.DropItemList;
|
||||
bag.DropItemList = di;
|
||||
GC::WriteBarrier(di);
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
@ -2739,6 +2740,7 @@ DEFINE_CLASS_PROPERTY_PREFIX(player, startitem, S_i, PlayerPawn)
|
|||
}
|
||||
di->Next = bag.DropItemList;
|
||||
bag.DropItemList = di;
|
||||
GC::WriteBarrier(di);
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue