* Updated to ZDoom 4204:

- Added Weapon.MinSelectionAmmo1 and Weapon.MinSelectionAmmo2 to exclude weapons from autoselection even if they have enough ammo to be used.
- Made FName::NameManager::Inited a static member variable.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1547 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2013-03-24 10:22:19 +00:00
parent 5f8da0db96
commit 3d90aa2206
7 changed files with 33 additions and 3 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 "4202"
#define ZD_SVN_REVISION_NUMBER 4202
#define ZD_SVN_REVISION_STRING "4204"
#define ZD_SVN_REVISION_NUMBER 4204