- Fixed: New DBot instances were missing write barriers.
This commit is contained in:
parent
6166e83d28
commit
acd4a71de2
2 changed files with 2 additions and 0 deletions
|
|
@ -3049,6 +3049,7 @@ void player_t::Serialize (FArchive &arc)
|
|||
if (SaveVersion < 4514 && IsBot)
|
||||
{
|
||||
Bot = new DBot;
|
||||
GC::WriteBarrier (Bot);
|
||||
|
||||
arc << Bot->angle
|
||||
<< Bot->dest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue