mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Change back to storing the leafnum.
Still unlimited, of course :)
This commit is contained in:
parent
64be913350
commit
bc91faf51e
6 changed files with 7 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue