removed separate trigger/solid links.
some q3 fixes. q2 will autosave on map changes, like q2 normally does. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3839 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a18e83d843
commit
61e4aa96b3
54 changed files with 1346 additions and 1000 deletions
|
@ -1227,7 +1227,8 @@ Mod_LoadClipnodes
|
|||
*/
|
||||
qboolean Mod_LoadClipnodes (lump_t *l)
|
||||
{
|
||||
dclipnode_t *in, *out;
|
||||
dclipnode_t *in;
|
||||
mclipnode_t *out;
|
||||
int i, count;
|
||||
hull_t *hull;
|
||||
|
||||
|
@ -1346,7 +1347,7 @@ Deplicate the drawing hull structure as a clipping hull
|
|||
void Mod_MakeHull0 (void)
|
||||
{
|
||||
mnode_t *in, *child;
|
||||
dclipnode_t *out;
|
||||
mclipnode_t *out;
|
||||
int i, j, count;
|
||||
hull_t *hull;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue