- Changed first name from 'none' to ''. The internal constant is still NAME_None,

though.
- Fixed: Picking up a backpack incorrectly set the maximum amount for any ammo
  type that didn't have a BackpackMaxAmount to 0.


SVN r569 (trunk)
This commit is contained in:
Christoph Oelckers 2007-11-19 20:32:39 +00:00
commit e1abe4b380
5 changed files with 12 additions and 2 deletions

View file

@ -71,8 +71,10 @@ FName::NameManager FName::NameData;
static const char *PredefinedNames[] =
{
#define xx(n) #n,
#define yy(n,s) s,
#include "namedef.h"
#undef xx
#undef yy
};
// CODE --------------------------------------------------------------------