- Reverted the 'None' name change from r569.

SVN r585 (trunk)
This commit is contained in:
Randy Heit 2007-12-08 22:17:48 +00:00
commit f76ef6ffc2
4 changed files with 4 additions and 5 deletions

View file

@ -71,10 +71,8 @@ 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 --------------------------------------------------------------------