- added UMDF property to assign conversation dialogues to mapthings.

SVN r2567 (trunk)
This commit is contained in:
Christoph Oelckers 2010-08-22 17:18:46 +00:00
commit 883510efe2
5 changed files with 23 additions and 0 deletions

View file

@ -493,6 +493,11 @@ public:
th->type = (short)CheckInt(key);
break;
case NAME_Conversation:
CHECK_N(Zd | Zdt)
th->Conversation = CheckInt(key);
break;
case NAME_Special:
CHECK_N(Hx | Zd | Zdt | Va)
th->special = CheckInt(key);