- 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

@ -340,6 +340,7 @@ struct FMapThing
DWORD flags;
int special;
int args[5];
int Conversation;
void Serialize (FArchive &);
};