- moved slope creation functions and most initialize-time variables into MapLoader class.
This commit is contained in:
parent
89ba723609
commit
733cd5260a
7 changed files with 71 additions and 86 deletions
|
|
@ -66,9 +66,6 @@
|
|||
CVAR(Bool, gl_cachenodes, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||
CVAR(Float, gl_cachetime, 0.6f, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||
|
||||
static void CreateCachedNodes(MapData *map);
|
||||
|
||||
|
||||
// fixed 32 bit gl_vert format v2.0+ (glBsp 1.91)
|
||||
struct mapglvertex_t
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue