* Updated to ZDoom r2577:

- Externalized the "You seem to have enough" string to language lump.
- Allow all texts in conversations to reference the string table.
- Fixed: If no dialogue is found for the current map, SCRIPT00 should still be loaded.
- MinGW did not like this assignment in the FluidSynth loader.
* Also externalized the "Go away!" string for consistency.
* Fixed minor typo in UDMF specs changelog.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@905 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2010-08-24 14:08:15 +00:00
parent 4041e8f28f
commit 27a4a6ddba
5 changed files with 44 additions and 9 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 "2569"
#define ZD_SVN_REVISION_NUMBER 2569
#define ZD_SVN_REVISION_STRING "2577"
#define ZD_SVN_REVISION_NUMBER 2577