- 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

View file

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