fix some crashes and other annoying issues.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4659 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2014-05-16 17:45:37 +00:00
parent 4c3cb29108
commit c0f8c28e2c
12 changed files with 53 additions and 34 deletions

View file

@ -874,6 +874,7 @@ typedef struct model_s
int numplanes;
mplane_t *planes;
int numvisleafs;
int numleafs; // number of visible leafs, not counting 0
mleaf_t *leafs;