- fixed: The check for old incompatible savegames with dialogues was wrong.

SVN r2562 (trunk)
This commit is contained in:
Christoph Oelckers 2010-08-20 19:10:02 +00:00
parent b452bec0ee
commit 1460b8feed
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ void AActor::Serialize (FArchive &arc)
int convnum;
convnum = arc.ReadCount();
if (convnum == 0)
if (GetConversation(GetClass()->TypeName) == -1)
{
Conversation = NULL;
ConversationRoot = -1;