Q3map2:
code fixes Radiant: binds... * m1x2 on clipper point = do clip menus... * misc->colors->opengl font selector misc... * calculate farplane from g_MaxWorldCoord, g_MinWorldCoord (was const 32768) * 1.0f nearplane * numerous code fixes
This commit is contained in:
@@ -45,7 +45,7 @@ namespace
|
||||
typedef std::map<const char*, EntityClass*, RawStringLessNoCase> EntityClasses;
|
||||
EntityClasses g_entityClasses;
|
||||
EntityClass *eclass_bad = 0;
|
||||
char eclass_directory[1024];
|
||||
//char eclass_directory[1024];
|
||||
typedef std::map<CopiedString, ListAttributeType> ListAttributeTypes;
|
||||
ListAttributeTypes g_listTypes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user