Change back to storing the leafnum.

Still unlimited, of course :)
This commit is contained in:
Bill Currie 2010-12-09 15:30:08 +09:00
parent 64be913350
commit bc91faf51e
6 changed files with 7 additions and 10 deletions

View file

@ -199,7 +199,7 @@ extern progs_t sv_pr_state;
typedef struct edict_leaf_s {
struct edict_leaf_s *next;
struct mleaf_s *leaf;
unsigned leafnum;
} edict_leaf_t;
typedef struct sv_data_s {