* Updated to ZDoom r2579:

- Fixed: The UDMF check for dialogues without owning class needs to be relaxed. A dialogue with an id and no class is a valid construct.
- Fixed: Trying to assign a non-existent dialogue to an actor in UDMF partially overwrote the default dialogue.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@906 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2010-08-24 14:22:31 +00:00
parent 27a4a6ddba
commit 5c0a0c99d8
3 changed files with 7 additions and 5 deletions

View file

@ -3,5 +3,5 @@
// This file was automatically generated by the
// updaterevision tool. Do not edit by hand.
#define ZD_SVN_REVISION_STRING "2577"
#define ZD_SVN_REVISION_NUMBER 2577
#define ZD_SVN_REVISION_STRING "2579"
#define ZD_SVN_REVISION_NUMBER 2579